toJson method
Implementation
Map<String, dynamic> toJson() => {
"card_quota": this.cardQuota,
"seller_name": this.sellerName,
"delivery_day": this.deliveryDay,
"locale": this.locale,
"offer_period": this.offerPeriod,
"display_cash_receipt": this.displayCashReceipt,
"deposit_expiration": this.depositExpiration,
"app_scheme": this.appScheme,
"use_card_point": this.useCardPoint,
"direct_card": this.directCard,
"use_order_id": this.useOrderId,
"international_card_only": this.internationalCardOnly,
"phone_carrier": this.phoneCarrier,
"direct_app_card": this.directAppCard,
"direct_samsungpay": this.directSamsungpay,
"test_deposit": this.testDeposit,
"enable_error_webhook": this.enableErrorWebhook,
"separately_confirmed": this.separatelyConfirmed,
"separately_confirmed_bio": this.separatelyConfirmedBio,
"confirm_only_rest_api": this.confirmOnlyRestApi,
"open_type": this.openType,
"use_bootpay_inapp_sdk": this.useBootpayInappSdk,
"redirect_url": this.redirectUrl,
"display_success_result": this.displaySuccessResult,
"display_error_result": this.displayErrorResult,
"disposable_cup_deposit": this.disposableCupDeposit,
"use_welcomepayment": this.useWelcomepayment,
"first_subscription_comment": this.firstSubscriptionComment,
"except_card_companies": this.exceptCardCompanies,
"enable_easy_payments": this.enableEasyPayments,
"confirm_grace_seconds": this.confirmGraceSeconds,
"is_show_total_pay": this.isShowTotalPay
};