Sha256: e2a46293910bff632e90a3095f503d683f128f71d9f6bde63938e0416fce0bcc
Contents?: true
Size: 582 Bytes
Versions: 2
Compression:
Stored size: 582 Bytes
Contents
# OpenapiClient::UsePaymentToken ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **value** | **String** | Client-supplied payment token value. | **function** | [**CardFunction**](CardFunction.md) | | [optional] **security_code** | **String** | Card verification value/number. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::UsePaymentToken.new(value: 1235325235236, function: null, security_code: 977) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.4.0 | docs/UsePaymentToken.md |
first_data_gateway-1.3.0 | docs/UsePaymentToken.md |