MollieOrderRequest class

Constructors

MollieOrderRequest({MollieAmount? amount, MollieAddress? billingAddress, MollieAddress? shippingAddress, dynamic metaData, String? consumerDateOfBirth, String? locale, String? webhookUrl, String? redirectUrl, List<MollieProductRequest>? products, String? method, String? orderNumber})

Properties

amount MollieAmount?
getter/setter pair
billingAddress MollieAddress?
getter/setter pair
consumerDateOfBirth String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locale String?
getter/setter pair
metaData ↔ dynamic
getter/setter pair
method String?
getter/setter pair
orderNumber String?
getter/setter pair
products List<MollieProductRequest>?
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
webhookUrl String?
getter/setter pair

Methods

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

Operators

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