Method: MergeAccountingClient::PurchaseOrderRequest.openapi_types
- Defined in:
- lib/merge_accounting_client/models/purchase_order_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
# File 'lib/merge_accounting_client/models/purchase_order_request.rb', line 84 def self.openapi_types { :'status' => :'PurchaseOrderStatusEnum', :'issue_date' => :'Time', :'delivery_date' => :'Time', :'delivery_address' => :'String', :'customer' => :'String', :'vendor' => :'String', :'memo' => :'String', :'company' => :'String', :'total_amount' => :'Float', :'currency' => :'CurrencyEnum', :'exchange_rate' => :'String', :'line_items' => :'Array<PurchaseOrderLineItemRequest>', :'integration_params' => :'Hash<String, Object>', :'linked_account_params' => :'Hash<String, Object>' } end |