PaymentMethodAttributes class

billing for customer

Constructors

PaymentMethodAttributes({PaymentType type = PaymentType.card, required PaymentMethodDetails details, required PayMongoBilling billing})
billing for customer
const
PaymentMethodAttributes.fromJson(String source)
billing for customer
factory
PaymentMethodAttributes.fromMap(Map<String, dynamic> map)
billing for customer
factory

Properties

billing PayMongoBilling
final
details PaymentMethodDetails
final
hashCode int
The hash code for this object.
no setterinherited
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool
If set to true, the toString method will be overridden to output this instance's props.
no setter
type PaymentType
final

Methods

copyWith({PaymentType? type, PaymentMethodDetails? details, PayMongoBilling? billing}) PaymentMethodAttributes
billing for customer
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
billing for customer
toMap() Map<String, dynamic>
billing for customer
toString() String
A string representation of this object.
inherited

Operators

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