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