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