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