Sha256: 5bbe2caf150ce83de6d3df84ce830eefefea674883c612a0248778daddc3041b
Contents?: true
Size: 798 Bytes
Versions: 14
Compression:
Stored size: 798 Bytes
Contents
# OpenapiClient::PaymentTokenDetailsAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **last4** | **String** | The last 4 numbers of a payment card. | [optional] **brand** | **String** | Card brand, only for tokenization with payment. | [optional] **account_verification** | **Boolean** | If the account the token was created from has been verified. | [optional] **type** | **String** | Inidcates the type of tokenization source. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentTokenDetailsAllOf.new(last4: 4997, brand: VISA, account_verification: true, type: PAYMENT_CARD) ```
Version data entries
14 entries across 14 versions & 1 rubygems