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_company": this.directCardCompany,
"direct_card_quota": this.directCardQuota,
"use_order_id": this.useOrderId,
"international_card_only": this.internationalCardOnly,
"phone_carrier": this.phoneCarrier,
"direct_samsungpay": this.directSamsungpay,
"test_deposit": this.testDeposit,
"enable_error_webhook": this.enableErrorWebhook,
"separately_confirmed": this.separatelyConfirmed,
"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,
"browser_open_type": this.browserOpenType,
"enable_easy_payments": this.enableEasyPayments,
"confirm_grace_seconds": this.confirmGraceSeconds,
"age_limit": this.ageLimit,
"subscribe_test_payment": this.subscribeTestPayment,
"timeout": this.timeout,
"escrow": this.escrow,
"show_close_button": this.showCloseButton,
"common_event_webhook": this.commonEventWebhook,
"delivery_price": this.deliveryPrice,
"use_extra_deduction": this.useExtraDeduction,
"direct_card_interest": this.directCardInterest,
"easy_payment_method": this.easyPaymentMethod,
"cash_receipt_type": this.cashReceiptType,
"identity_no": this.identityNo,
"subscription_comment": this.subscriptionComment,
};