PaymentMethod class
Constructors
-
PaymentMethod({bool isActive,
String last4Digits, String resource, String createdAt, bool isVerified, String uri, String expirationYear, String first4Digits, String updatedAt, bool isValid, String cardBrand, String expirationMonth, String fingerprint, String id, VerificationChecklist verificationChecklist, String holderName, String customer} ) -
PaymentMethod.fromJson(Map<
String, dynamic> json)
Properties
- cardBrand ↔ String
-
read / write
- createdAt ↔ String
-
read / write
- customer ↔ String
-
read / write
- expirationMonth ↔ String
-
read / write
- expirationYear ↔ String
-
read / write
- fingerprint ↔ String
-
read / write
- first4Digits ↔ String
-
read / write
- holderName ↔ String
-
read / write
- id ↔ String
-
read / write
- isActive ↔ bool
-
read / write
- isValid ↔ bool
-
read / write
- isVerified ↔ bool
-
read / write
- last4Digits ↔ String
-
read / write
- resource ↔ String
-
read / write
- updatedAt ↔ String
-
read / write
- uri ↔ String
-
read / write
- verificationChecklist ↔ VerificationChecklist
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited