CheckoutTokenResponse class Null safety

Annotations

Constructors

CheckoutTokenResponse(String? name, int? expiryMonth, int? expiryYear, String? token, String? expiresOn, String? scheme, String? lastFour, String? bin, String? cardType, String? cardCategory, String? issuer, String? issuerCountry, String? productID, String? productType, {String? type = CheckoutTokenResponse.CARD, CheckoutBillingAddress? billingAddress, CheckoutPhone? phone})
CheckoutTokenResponse.fromJson(Map<String, dynamic> json)
factory

Properties

billingAddress CheckoutBillingAddress?
final
bin String?
final
cardCategory String?
final
cardType String?
final
expiresOn String?
final
expiryMonth int?
final
expiryYear int?
final
hashCode int
The hash code for this object.
read-onlyinherited
issuer String?
final
issuerCountry String?
final
lastFour String?
final
name String?
final
phone CheckoutPhone?
final
productID String?
final
productType String?
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scheme String?
final
token String?
final
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
CheckoutTokenRequest.APPLE_PAY
CARD → const String
CheckoutTokenRequest.CARD
GOOGLE_PAY → const String
CheckoutTokenRequest.GOOGLE_PAY