Method: Megam::Billings#create

Defined in:
lib/megam/core/billings.rb

#createObject

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