Method: OpenapiClient::PaymentCardPreAuthTransactionAllOf.openapi_types
- Defined in:
- lib/openapi_client/models/payment_card_pre_auth_transaction_all_of.rb
.openapi_types ⇒ Object
Attribute type mapping.
40 41 42 43 44 45 46 47 48 |
# File 'lib/openapi_client/models/payment_card_pre_auth_transaction_all_of.rb', line 40 def self.openapi_types { :'payment_method' => :'PaymentCardPaymentMethod', :'stored_credentials' => :'StoredCredential', :'create_token' => :'CreatePaymentToken', :'split_shipment' => :'SplitShipment', :'settlement_split' => :'Array<SubMerchantSplit>' } end |