billingSetPaymentMethodResult class

Constructors

billingSetPaymentMethodResult({required String lastFour, required String cardHolderName, required String cardHolderEmail})
const
billingSetPaymentMethodResult.fromJson(Map<String, dynamic> json)
factory

Properties

cardHolderEmail String
The email address associated with the payment method.
final
cardHolderName String
The name associated with the payment method.
final
hashCode int
The hash code for this object.
no setterinherited
lastFour String
The last four digits of the credit card added.
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