PaymentCardStripe class

Constructors

PaymentCardStripe({int? cardId, String? paymentCardId, String? cardHolderName, String? cardBrand, int? cardExpMonth, int? cardExpYear, String? cardLast4, int? timestamp, String? gateway, String? cardNumber, String? cardCVC, bool setAsDefault = false, bool isNewCard = false})
PaymentCardStripe.fromJson(Map<String, dynamic> json)

Properties

cardBrand String?
getter/setter pair
cardCVC String?
getter/setter pair
cardExpMonth int?
getter/setter pair
cardExpYear int?
getter/setter pair
cardHolderName String?
getter/setter pair
cardId int?
getter/setter pair
cardLast4 String?
getter/setter pair
cardNumber String?
getter/setter pair
gateway String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isNewCard bool
getter/setter pair
paymentCardId String?
getter/setter pair
positionY double
getter/setter pair
rotate double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
getter/setter pair
setAsDefault bool
getter/setter pair
timestamp int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toJsonForAdd() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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