Method: Megam::Billings#create
- Defined in:
- lib/megam/core/billings.rb
#create ⇒ Object
Create the billings via the REST API
218 219 220 |
# File 'lib/megam/core/billings.rb', line 218 def create megam_rest.post_billings(to_hash) end |