PaymentMethodToStore class abstract
PaymentMethodToStore
Properties:
- brand - Secondary brand of the card. For example: plastix, hmclub.
- cvc - The card verification code. Only collect raw card data if you are fully PCI compliant.
- encryptedCard - The encrypted card.
- encryptedCardNumber - The encrypted card number.
- encryptedExpiryMonth - The encrypted card expiry month.
- encryptedExpiryYear - The encrypted card expiry year.
- encryptedSecurityCode - The encrypted card verification code.
- expiryMonth - The card expiry month. Only collect raw card data if you are fully PCI compliant.
- expiryYear - The card expiry year. Only collect raw card data if you are fully PCI compliant.
- holderName - The name of the card holder.
- number - The card number. Only collect raw card data if you are fully PCI compliant.
- type - Set to scheme.
- Annotations
-
- @BuiltValue.new()
Constructors
- PaymentMethodToStore([void updates(PaymentMethodToStoreBuilder b)])
-
factory
Properties
- brand → String?
-
Secondary brand of the card. For example: plastix, hmclub.
no setter
- cvc → String?
-
The card verification code. Only collect raw card data if you are fully PCI compliant.
no setter
- encryptedCard → String?
-
The encrypted card.
no setter
- encryptedCardNumber → String?
-
The encrypted card number.
no setter
- encryptedExpiryMonth → String?
-
The encrypted card expiry month.
no setter
- encryptedExpiryYear → String?
-
The encrypted card expiry year.
no setter
- encryptedSecurityCode → String?
-
The encrypted card verification code.
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
- type → String?
-
Set to scheme.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PaymentMethodToStoreBuilder)) → PaymentMethodToStore -
Rebuilds the instance.
inherited
-
toBuilder(
) → PaymentMethodToStoreBuilder -
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<
PaymentMethodToStore> -
no setter