Extra class

Constructors

Extra({String? cardQuota, String? sellerName, int? deliveryDay, String? locale, String? offerPeriod, bool? displayCashReceipt, String? depositExpiration, String? appScheme, bool? useCardPoint, String? directCardCompany, String? directCardQuota, bool? useOrderId, bool? internationalCardOnly, String? phoneCarrier, bool? directSamsungpay, bool? testDeposit, bool? enableErrorWebhook, bool? separatelyConfirmed, bool? confirmOnlyRestApi, String? openType, bool? useBootpayInappSdk, String? redirectUrl, bool? displaySuccessResult, bool? displayErrorResult, bool? subscribeTestPayment, List<BrowserOpenType>? browserOpenType, int? useWelcomepayment, String? firstSubscriptionComment, List<String>? enableCardCompanies, List<String>? exceptCardCompanies, List<String>? enableEasyPayments, int? confirmGraceSeconds, int? ageLimit, bool? escrow, bool? showCloseButton, int? timeout, bool? commonEventWebhook, double? deliveryPrice, bool? useExtraDeduction})
Extra.fromJson(Map<String, dynamic> json)

Properties

ageLimit int?
getter/setter pair
appScheme String?
getter/setter pair
browserOpenType List<BrowserOpenType>?
getter/setter pair
cardEasyOption ExtraCardEasyOption
getter/setter pair
cardQuota String?
getter/setter pair
commonEventWebhook bool?
getter/setter pair
confirmGraceSeconds int?
getter/setter pair
confirmOnlyRestApi bool?
getter/setter pair
deliveryDay int?
getter/setter pair
deliveryPrice double?
getter/setter pair
depositExpiration String?
getter/setter pair
directCardCompany String?
getter/setter pair
directCardQuota String?
getter/setter pair
directSamsungpay bool?
getter/setter pair
displayCashReceipt bool?
getter/setter pair
displayErrorResult bool?
getter/setter pair
displaySuccessResult bool?
getter/setter pair
enableCardCompanies List<String>?
getter/setter pair
enableEasyPayments List<String>?
getter/setter pair
enableErrorWebhook bool?
getter/setter pair
escrow bool?
getter/setter pair
exceptCardCompanies List<String>?
getter/setter pair
firstSubscriptionComment String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
internationalCardOnly bool?
getter/setter pair
locale String?
getter/setter pair
offerPeriod String?
getter/setter pair
openType String?
getter/setter pair
phoneCarrier String?
getter/setter pair
redirectUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellerName String?
getter/setter pair
separatelyConfirmed bool?
getter/setter pair
showCloseButton bool?
getter/setter pair
subscribeTestPayment bool?
getter/setter pair
testDeposit bool?
getter/setter pair
timeout int?
getter/setter pair
useBootpayInappSdk bool?
getter/setter pair
useCardPoint bool?
getter/setter pair
useExtraDeduction bool?
getter/setter pair
useOrderId bool?
getter/setter pair
useWelcomepayment int?
getter/setter pair

Methods

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

Operators

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