PaymentTokenRequest class
Constructors
- PaymentTokenRequest({String? accountId, String? method, bool? test, PaymentInfoModel? paymentData})
- PaymentTokenRequest.fromJson(String source)
-
factory
-
PaymentTokenRequest.fromMap(Map<
String, dynamic> map) -
factory
Properties
- accountId ↔ String?
-
ID de sua Conta na Iugu (O ID de sua conta pode ser encontrado clicando na referência)
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- method ↔ String?
-
Método de Pagamento (atualmente somente credit_card)
getter/setter pair
- paymentData ↔ PaymentInfoModel?
-
Dados do Método de Pagamento
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- test ↔ bool?
-
Valor true para criar tokens de teste
getter/setter pair
Methods
-
copyWith(
{String? accountId, String? method, bool? test, PaymentInfoModel? paymentData}) → PaymentTokenRequest -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override