Payment class
Constructors
- Payment({String? accessKey, int? amount, String? applicationName, String? authCode, String? brand, String? cieloCode, String? description, int? discountedAmount, String? externalId, String? id, int? installments, String? mask, String? merchantCode, PaymentFields? paymentFields, String? primaryCode, String? requestDate, String? secondaryCode, String? terminal})
-
Payment.fromJson(Map<
String?, dynamic> json)
Properties
- accessKey ↔ String?
-
getter/setter pair
- amount ↔ int?
-
getter/setter pair
- applicationName ↔ String?
-
getter/setter pair
- authCode ↔ String?
-
getter/setter pair
- brand ↔ String?
-
getter/setter pair
- cieloCode ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- discountedAmount ↔ int?
-
getter/setter pair
- externalId ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- installments ↔ int?
-
getter/setter pair
- mask ↔ String?
-
getter/setter pair
- merchantCode ↔ String?
-
getter/setter pair
- paymentFields ↔ PaymentFields?
-
getter/setter pair
- primaryCode ↔ String?
-
getter/setter pair
- requestDate ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryCode ↔ String?
-
getter/setter pair
- terminal ↔ String?
-
getter/setter pair
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