InstrumentRequest class
Constructors
- InstrumentRequest({PaymentSourceType? type, String? token, required Customer customer, String? id, int? expiryMonth, int? expiryYear, bool? isDefault})
Properties
- customer → Customer
-
final
- expiryMonth → int?
-
final
- expiryYear → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- isDefault → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String?
-
final
- type → PaymentSourceType?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited