PaymentRequest class

Constructors

PaymentRequest(String merchant_uuid, String merchant_op_id, String description, Details details, String return_url, String cancel_url, Currency currency, List<Product> items, String invoice_number, String terminal_id)
PaymentRequest.fromJson(String source)
factory
PaymentRequest.fromMap(Map<String, dynamic> map)
factory

Properties

amount Amount
getter/setter pair
buyer_identity_code String
final
cancel_url String
getter/setter pair
currency String
getter/setter pair
description String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invoice_number String
getter/setter pair
items List<Product>
getter/setter pair
merchant_op_id String
getter/setter pair
merchant_uuid String
getter/setter pair
return_url String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terminal_id String
getter/setter pair

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