PaymentMethodCard class abstract

PaymentMethodCard

Properties:

Annotations
  • @BuiltValue()

Constructors

PaymentMethodCard([void updates(PaymentMethodCardBuilder b)])
factory

Properties

brand String
Card brand
no setter
country Country?
no setter
expiresAt Date
Last day of the expiration year and month
no setter
hashCode int
The hash code for this object.
no setterinherited
last4 String
Last 4 digits of the card
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PaymentMethodCardBuilder)) PaymentMethodCard
Rebuilds the instance.
inherited
toBuilder() PaymentMethodCardBuilder
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<PaymentMethodCard>
no setter