Services class

Constructors

Services({required String? accessToken})

Properties

accessToken String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

documentTypes() Future<MercadoObject>
This function gets a list of identification types available on MercadoPago
newCard({required String code, required String year, required int month, required String cardNumber, required String documentType, required String documentNumber, required String fullName}) Future<MercadoObject>
This function generates a new card token.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tokenWithCard({required String cardId, required String securityCode}) Future<MercadoObject>
This function generates a token from a card already saved, using the cardId id of the saved card and the securityCode card security code.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited