billingSetPaymentMethodIntent class

Constructors

billingSetPaymentMethodIntent({required String number, required String cvv, required String expiryMonth, required String expiryYear, required String cardHolderEmail, required String cardHolderName})
const
billingSetPaymentMethodIntent.fromJson(Map<String, dynamic> json)
factory

Properties

cardHolderEmail String
The email that will receive invoices for the credit card.
final
cardHolderName String
The name associated with the credit card.
final
cvv String
The verification digits of the customer's credit card.
final
expiryMonth String
The month that the credit card expires.
final
expiryYear String
The year that the credit card expires.
final
hashCode int
The hash code for this object.
no setterinherited
number String
The account number of the customer's credit card.
final
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