ExternalTokenDetails class abstract

ExternalTokenDetails

Properties:

Annotations
  • @BuiltValue.new()

Constructors

ExternalTokenDetails([void updates(ExternalTokenDetailsBuilder b)])
factory

Properties

checkoutAttemptId String?
The checkout attempt identifier.
no setter
expiryMonth String?
The card expiry month. Only collect raw card data if you are fully PCI compliant.
no setter
expiryYear String?
The card expiry year. Only collect raw card data if you are fully PCI compliant.
no setter
hashCode int
The hash code for this object.
no setterinherited
holderName String?
The name of the card holder.
no setter
number String?
The card number. Only collect raw card data if you are fully PCI compliant.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storedPaymentMethodId String
Identifier used to fetch the token from the external service
no setter
subtype ExternalTokenDetailsSubtypeEnum
The external service from which to fetch the token. Supported only for specific companies. Contact Adyen if you want to use this feature.
no setter
type ExternalTokenDetailsTypeEnum
The type of token. Allowed value: externalToken.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ExternalTokenDetailsBuilder)) ExternalTokenDetails
Rebuilds the instance.
inherited
toBuilder() ExternalTokenDetailsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ExternalTokenDetails>
no setter