Sha256: 191672f9357af36b9510b2617a88888ba393102110b6ffd6a5b737a68c3175f0
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 KB
Contents
# OpenapiClient::PaymentDevicePreAuthTransaction ## 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::PaymentDevicePreAuthTransaction.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/PaymentDevicePreAuthTransaction.md |
first_data_gateway-1.5.0 | docs/PaymentDevicePreAuthTransaction.md |