InitRequest class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

InitRequest()
InitRequest.fromJson(Map<String, dynamic> json)
factory

Properties

amount double
read / write
duration String
read / write
recurrence String
read / write
startupFee double
read / write
cancelUrl String
read / write, inherited
currency String
read / write, inherited
custom1 String
read / write, inherited
custom2 String
read / write, inherited
customer ↔ Customer
read / write, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
internal bool
read / write, inherited
items List<Item>
read / write, inherited
itemsDescription String
read / write, inherited
merchantId String
read / write, inherited
merchantSecret String
read / write, inherited
notifyUrl String
read / write, inherited
orderId String
read / write, inherited
returnUrl String
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getAmount() double
getDuration() String
getRecurrence() String
getStartupFee() double
setAmount(double amount) → void
setDuration(String duration) → void
setRecurrence(String recurrence) → void
setStartupFee(double startupFee) → void
toJson() Map<String, dynamic>
getCancelUrl() String
inherited
getCurrency() String
inherited
getCustom1() String
inherited
getCustom2() String
inherited
getCustomer() → Customer
inherited
getItems() List<Item>
inherited
getItemsDescription() String
inherited
getMerchantId() String
inherited
getMerchantSecret() String
inherited
getNotifyUrl() String
inherited
getOrderId() String
inherited
getReturnUrl() String
inherited
isInternal() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setCancelUrl(String cancelUrl) → void
inherited
setCurrency(String currency) → void
inherited
setCustom1(String custom1) → void
inherited
setCustom2(String custom2) → void
inherited
setCustomer(Customer customer) → void
inherited
setInternal(bool internal) → void
inherited
setItems(List<Item> items) → void
inherited
setItemsDescription(String itemsDescription) → void
inherited
setMerchantId(String merchantId) → void
inherited
setMerchantSecret(String merchantSecret) → void
inherited
setNotifyUrl(String notifyUrl) → void
inherited
setOrderId(String orderId) → void
inherited
setReturnUrl(String returnUrl) → void
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited