Class: OpenApiSDK::Shared::UnifiedAccountingExpenseOutput
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::UnifiedAccountingExpenseOutput
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/unifiedaccountingexpenseoutput.rb
Instance Method Summary collapse
-
#initialize(account_id: nil, company_info_id: nil, contact_id: nil, created_at: nil, currency: nil, exchange_rate: nil, field_mappings: nil, id: nil, line_items: nil, memo: nil, modified_at: nil, remote_created_at: nil, remote_data: nil, remote_id: nil, sub_total: nil, total_amount: nil, total_tax_amount: nil, tracking_categories: nil, transaction_date: nil) ⇒ UnifiedAccountingExpenseOutput
constructor
A new instance of UnifiedAccountingExpenseOutput.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(account_id: nil, company_info_id: nil, contact_id: nil, created_at: nil, currency: nil, exchange_rate: nil, field_mappings: nil, id: nil, line_items: nil, memo: nil, modified_at: nil, remote_created_at: nil, remote_data: nil, remote_id: nil, sub_total: nil, total_amount: nil, total_tax_amount: nil, tracking_categories: nil, transaction_date: nil) ⇒ UnifiedAccountingExpenseOutput
Returns a new instance of UnifiedAccountingExpenseOutput.
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'lib/open_api_sdk/models/shared/unifiedaccountingexpenseoutput.rb', line 55 def initialize(account_id: nil, company_info_id: nil, contact_id: nil, created_at: nil, currency: nil, exchange_rate: nil, field_mappings: nil, id: nil, line_items: nil, memo: nil, modified_at: nil, remote_created_at: nil, remote_data: nil, remote_id: nil, sub_total: nil, total_amount: nil, total_tax_amount: nil, tracking_categories: nil, transaction_date: nil) @account_id = account_id @company_info_id = company_info_id @contact_id = contact_id @created_at = created_at @currency = currency @exchange_rate = exchange_rate @field_mappings = field_mappings @id = id @line_items = line_items @memo = memo @modified_at = modified_at @remote_created_at = remote_created_at @remote_data = remote_data @remote_id = remote_id @sub_total = sub_total @total_amount = total_amount @total_tax_amount = total_tax_amount @tracking_categories = tracking_categories @transaction_date = transaction_date end |