Class: Textmagic::REST::Invoice

Inherits:
InstanceResource show all
Defined in:
lib/textmagic-ruby/rest/invoices.rb

Overview

An Invoice resource.

@id

@bundle

@currency

@vat

@payment_method

Instance Method Summary collapse

Methods inherited from InstanceResource

#initialize, #inspect, #load_attributes

Methods included from Utils

#key_map, #resource, #to_camel_case, #to_underscore_case

Constructor Details

This class inherits a constructor from Textmagic::REST::InstanceResource

Instance Method Details

#refreshObject



68
69
70
# File 'lib/textmagic-ruby/rest/invoices.rb', line 68

def refresh
  raise '`refresh` method is not supported for this resource.'
end