Sha256: 4706160f55a17e088bb777ff559c80a103b9043201d6c934430f48f216bbf294
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 KB
Contents
# OpenapiClient::PaymentDevicePreAuthTransactionAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payment_method** | [**PaymentDevicePaymentMethod**](PaymentDevicePaymentMethod.md) | | **create_token** | [**CreatePaymentToken**](CreatePaymentToken.md) | | [optional] **settlement_split** | [**Array<SubMerchantSplit>**](SubMerchantSplit.md) | Settle with multiple sub-merchants, sale and preAuth only. | [optional] **stored_credentials** | [**StoredCredential**](StoredCredential.md) | | [optional] **split_shipment** | [**SplitShipment**](SplitShipment.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentDevicePreAuthTransactionAllOf.new(payment_method: null, create_token: null, settlement_split: [{"merchantID":"100000001","amount":25.06},{"merchantID":"100000002","amount":15.07}], stored_credentials: null, split_shipment: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.6.0 | docs/PaymentDevicePreAuthTransactionAllOf.md |
first_data_gateway-1.5.0 | docs/PaymentDevicePreAuthTransactionAllOf.md |