Sha256: 857fa3dfc334444a53d486fa6ff01852587b89635dca01a6dab3be7fa879fd6e
Contents?: true
Size: 776 Bytes
Versions: 10
Compression:
Stored size: 776 Bytes
Contents
# OpenapiClient::UpdatePaymentToken ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **value** | **String** | Client-supplied payment token value. | **reusable** | **Boolean** | If the token is reusable. | [optional] [default to true] **decline_duplicates** | **Boolean** | Decline duplicate payment info if client token is supplied. | [optional] [default to false] **payment_card** | [**PaymentCard**](PaymentCard.md) | | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::UpdatePaymentToken.new(value: 234ljl124l12, reusable: true, decline_duplicates: false, payment_card: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems