CardIdentification class abstract
CardIdentification
Properties:
- expiryMonth - The expiry month of the card. Format: two digits. Add a leading zero for single-digit months. For example: * 03 = March * 11 = November
- expiryYear - The expiry year of the card. Format: four digits. For example: 2020
- issueNumber - The issue number of the card. Applies only to some UK debit cards.
- number - The card number without any separators. For security, the response only includes the last four digits of the card number.
- startMonth - The month when the card was issued. Applies only to some UK debit cards. Format: two digits. Add a leading zero for single-digit months. For example: * 03 = March * 11 = November
- startYear - The year when the card was issued. Applies only to some UK debit cards. Format: four digits. For example: 2020
- storedPaymentMethodId - The unique token created to identify the counterparty.
- Annotations
-
- @BuiltValue.new()
Constructors
- CardIdentification([void updates(CardIdentificationBuilder b)])
-
factory
Properties
- expiryMonth → String?
-
The expiry month of the card. Format: two digits. Add a leading zero for single-digit months. For example: * 03 = March * 11 = November
no setter
- expiryYear → String?
-
The expiry year of the card. Format: four digits. For example: 2020
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- issueNumber → String?
-
The issue number of the card. Applies only to some UK debit cards.
no setter
- number → String?
-
The card number without any separators. For security, the response only includes the last four digits of the card number.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startMonth → String?
-
The month when the card was issued. Applies only to some UK debit cards. Format: two digits. Add a leading zero for single-digit months. For example: * 03 = March * 11 = November
no setter
- startYear → String?
-
The year when the card was issued. Applies only to some UK debit cards. Format: four digits. For example: 2020
no setter
- storedPaymentMethodId → String?
-
The unique token created to identify the counterparty.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CardIdentificationBuilder)) → CardIdentification -
Rebuilds the instance.
inherited
-
toBuilder(
) → CardIdentificationBuilder -
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<
CardIdentification> -
no setter