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