Method: OpenapiClient::PaymentTokenPreAuthTransaction.openapi_types
- Defined in:
- lib/openapi_client/models/payment_token_pre_auth_transaction.rb
.openapi_types ⇒ Object
Attribute type mapping.
48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/openapi_client/models/payment_token_pre_auth_transaction.rb', line 48 def self.openapi_types { :'payment_method' => :'PaymentTokenPaymentMethod', :'stored_credentials' => :'StoredCredential', :'split_shipment' => :'SplitShipment', :'settlement_split' => :'Array<SubMerchantSplit>', :'authentication_request' => :'AuthenticationRequest', :'authentication_result' => :'AuthenticationResult', :'decremental_flag' => :'Boolean' } end |