Class: BillForward::InvoiceRecalculationAmendment

Inherits:
Amendment show all
Defined in:
lib/bill_forward/entities/amendments/invoice_recalculation_amendment.rb

Instance Attribute Summary

Attributes inherited from BillingEntity

#_client

Instance Method Summary collapse

Methods inherited from InsertableEntity

create

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) ⇒ InvoiceRecalculationAmendment

Returns a new instance of InvoiceRecalculationAmendment.



5
6
7
8
# File 'lib/bill_forward/entities/amendments/invoice_recalculation_amendment.rb', line 5

def initialize(*args)
	super
	set_state_param('@type', 'InvoiceRecalculationAmendment')
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class BillForward::BillingEntity