Payment class
Constructors
-
Payment(String transaction_uuid, String created_at, String updated_at, int status_code, String currency, String status_denom, String description, String merchant_op_id, double price_total, List<
Product> items, List<Link> links) - Payment.fromJson(String source)
-
factory
-
Payment.fromMap(Map<
String, dynamic> map) -
factory
Properties
- created_at → String
-
final
- currency ↔ Currency
-
getter/setter pair
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
Product> -
final
-
links
→ List<
Link> -
final
- merchant_op_id → String
-
final
- price_total → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ StatusDenom
-
getter/setter pair
- status_code → int
-
final
- status_denom → String
-
final
- transaction_uuid → String
-
final
- updated_at → String
-
final
Methods
-
getCreated_at(
) → String -
getCurrency(
) → Currency -
getDescription(
) → String -
getItems(
) → List< Product> -
getLinks(
) → List< Link> -
getMerchant_op_id(
) → String -
getPrice_total(
) → double -
getStatus(
) → StatusDenom -
getStatus_code(
) → int -
getTransaction_uuid(
) → String -
getUpdated_at(
) → String -
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