toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "start_at": this.startAt,
      "end_at": this.endAt,
      "expire_month": this.expireMonth,
      "vbank_result": this.vbankResult,
      "quotas": this.quotas,
      "app_scheme": this.appScheme,
      "locale": this.locale,
      "popup": this.popup,
      "quick_popup": this.quickPopup,
      "disp_cash_result": this.dispCashResult,
      "escrow": this.escrow,
      "iosCloseButton": this.iosCloseButton,
      "offer_period": this.offerPeriod,
      "theme": this.theme,
      "custom_background": this.customBackground,
      "custom_font_color": this.customFontColor,
    };