BraintreeCreditCardRequest class

Constructors

BraintreeCreditCardRequest({required String cardNumber, required String expirationMonth, required String expirationYear, required String cvv, String? cardholderName})

Properties

cardholderName String?
Cardholder name
getter/setter pair
cardNumber String
Number shown on the credit card.
getter/setter pair
cvv String
A 3 or 4 digit card verification value assigned to credit cards.
getter/setter pair
expirationMonth String
Two didgit expiration month, e.g. '05'.
getter/setter pair
expirationYear String
Four didgit expiration year, e.g. '2021'.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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