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