Sha256: de67b2d2ddb55e9ef8addc0457d42d61641c306d43957fe929888f22d96296a6
Contents?: true
Size: 926 Bytes
Versions: 12
Compression:
Stored size: 926 Bytes
Contents
# OpenapiClient::UsePaymentToken ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **value** | **String** | Client-supplied payment token value. | **token_origin_store_id** | **String** | The ID of a same store (or) sibling store in a hierarchy for which the token was originally created. | [optional] **function** | [**CardFunction**](CardFunction.md) | | [optional] **security_code** | **String** | Card verification value/number. | [optional] **expiry_date** | [**Expiration**](Expiration.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::UsePaymentToken.new(value: 1235325235236, token_origin_store_id: 12345500001, function: null, security_code: 977, expiry_date: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems