PaymentTokenResponse class
Constructors
- PaymentTokenResponse({String id, String method})
- PaymentTokenResponse.fromJson(String source)
-
factory
-
PaymentTokenResponse.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- id ↔ String
-
Token Criado
read / write
- method ↔ String
-
Método de Pagamento (atualmente somente credit_card)
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
copyWith(
{String id, String method}) → PaymentTokenResponse -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object o) → bool -
The equality operator. [...]
override