Sha256: 6a8d37ba0a1db336a9235ade6514a6da7effddfeef68c76f2d6c03b213685d53
Contents?: true
Size: 716 Bytes
Versions: 5
Compression:
Stored size: 716 Bytes
Contents
# Conekta::TokenResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **checkout** | [**TokenResponseCheckout**](TokenResponseCheckout.md) | | [optional] | | **id** | **String** | Unique identifier for the token generated by Conekta. | | | **livemode** | **Boolean** | Indicates whether the token is in live mode or test mode. | | | **object** | **String** | Indicates the type of object, in this case token | | | **used** | **Boolean** | Indicates if the token has been used | | ## Example ```ruby require 'conekta' instance = Conekta::TokenResponse.new( checkout: null, id: cus_2tHJfJ79KyUwpxTik, livemode: true, object: token, used: false ) ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
conekta-6.0.4 | docs/TokenResponse.md |
conekta-6.0.3 | docs/TokenResponse.md |
conekta-6.0.2 | docs/TokenResponse.md |
conekta-6.0.1 | docs/TokenResponse.md |
conekta-6.0.0 | docs/TokenResponse.md |