Sha256: 7eea4472061ff880e2c4754a4ff56c5109f18c65b246d53fe2dc1c30fadfdc3f
Contents?: true
Size: 538 Bytes
Versions: 11
Compression:
Stored size: 538 Bytes
Contents
# OpenapiClient::PaymentCardPayerAuthTransaction ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payment_method** | [**PaymentCardPaymentMethod**](PaymentCardPaymentMethod.md) | | **currency_conversion** | [**CurrencyConversion**](CurrencyConversion.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentCardPayerAuthTransaction.new(payment_method: null, currency_conversion: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems