Includes an intent, payer, and transactions.

Constructors

Payment({String id, String intent, String state, String experienceProfileId, String noteToPayer, String failureReason, DateTime createTime, DateTime updateTime, Map redirectUrls, List transactions})

Payment.fromJson(String json)

Payment.fromMap(Map data)

Properties

createTime → DateTime

read / write
experienceProfileId → String

read / write
failureReason → String

read / write
hashCode → int

Get a hash code for this object.

read-only, inherited
id → String

read / write
intent → String

read / write

read / write
noteToPayer → String

read / write
payer → dynamic

read / write
redirectUrls → Map

read / write
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
state → String

read / write
transactions → List

read / write
updateTime → DateTime

read / write

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toJson() → Map

toString() → String

Returns a string representation of this object.

inherited