MollieOrderResponse class

Constructors

MollieOrderResponse.build(dynamic data)

Properties

amount MollieAmount
getter/setter pair
billingAddress MollieAddress?
getter/setter pair
checkoutUrl String?
getter/setter pair
consumerDateOfBirth String?
getter/setter pair
createdAt String?
getter/setter pair
expiresAt String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
locale String?
getter/setter pair
metaData ↔ dynamic
getter/setter pair
method String?
getter/setter pair
mode String?
getter/setter pair
orderNumber String?
getter/setter pair
products List<MollieProductResponse>
getter/setter pair
redirectUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingAddress MollieAddress?
getter/setter pair
status String?
getter/setter pair
webhookUrl String?
getter/setter pair

Methods

getMethodFormatted() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited