Sha256: 4aae93a3fc97e2e641a4a87a4ef9dccfd79778142ce556101ea0225b564455c6
Contents?: true
Size: 755 Bytes
Versions: 14
Compression:
Stored size: 755 Bytes
Contents
# OpenapiClient::PaymentCardForcedTicketTransactionAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payment_method** | [**PaymentCardPaymentMethod**](PaymentCardPaymentMethod.md) | | **reference_number** | **String** | Stores the six-digit reference number you have received as the result of a successful external authorization (e.g. by phone). The gateway needs this number for uniquely mapping a ForcedTicket transaction to a previously performed external authorization. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentCardForcedTicketTransactionAllOf.new(payment_method: null, reference_number: 123455) ```
Version data entries
14 entries across 14 versions & 1 rubygems