PaymentMethodToStore class abstract

PaymentMethodToStore

Properties:

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