Class: BillForward::IssueInvoiceAmendment
- Inherits:
-
Amendment
- Object
- BillingEntity
- InsertableEntity
- Amendment
- BillForward::IssueInvoiceAmendment
- Defined in:
- lib/bill_forward/entities/amendments/issue_invoice_amendment.rb
Instance Attribute Summary
Attributes inherited from BillingEntity
Instance Method Summary collapse
-
#initialize(*args) ⇒ IssueInvoiceAmendment
constructor
A new instance of IssueInvoiceAmendment.
Methods inherited from InsertableEntity
Methods inherited from BillingEntity
#[], #[]=, #_dump, _load, build_entity, build_entity_array, #camel_case_lower, get_all, get_by_id, #method_missing, request_ambiguous, request_first_heterotyped, request_many_heterotyped, #serialize, #serialize_field, singleton_client, #state_params, #to_json, #to_ordered_hash, #to_s, #to_unordered_hash
Constructor Details
#initialize(*args) ⇒ IssueInvoiceAmendment
Returns a new instance of IssueInvoiceAmendment.
5 6 7 8 |
# File 'lib/bill_forward/entities/amendments/issue_invoice_amendment.rb', line 5 def initialize(*args) super set_state_param('@type', 'IssueInvoiceAmendment') end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class BillForward::BillingEntity