CheckoutTokenRequest class Null safety

Annotations

Constructors

CheckoutTokenRequest(String? name, String? number, int? expiryMonth, int? expiryYear, String? cvv, {String? type = CheckoutTokenRequest.CARD, CheckoutBillingAddress? billingAddress, CheckoutPhone? phone})
CheckoutTokenRequest.fromJson(Map<String, dynamic> json)
factory

Properties

billingAddress CheckoutBillingAddress?
final
cvv String?
final
expiryMonth int?
final
expiryYear int?
final
hashCode int
The hash code for this object.
read-onlyinherited
name String?
final
number String?
final
phone CheckoutPhone?
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
type String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

APPLE_PAY → const String
"applepay"
CARD → const String
"card"
GOOGLE_PAY → const String
"googlepay"