Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 771 Bytes

TokenResponse.md

File metadata and controls

19 lines (14 loc) · 771 Bytes

conekta.model.TokenResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
checkout TokenResponseCheckout [optional]
id String Unique identifier for the token generated by Conekta.
livemode bool Indicates whether the token is in live mode or test mode.
object String Indicates the type of object, in this case token
used bool Indicates if the token has been used

[Back to Model list] [Back to API list] [Back to README]