defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "invoice",
    "id": "63de9f1099c9419bdf5266c7",
    "external_id": "asasmalsm",
    "user_id": "610836e3824b6140a513dc38",
    "status": "PENDING",
    "merchant_name": "HEXAMINATE",
    "merchant_profile_picture_url":
        "https://xnd-merchant-logos.s3.amazonaws.com/business/production/610836e3824b6140a513dc38-1648053563560.png",
    "amount": 100000,
    "expiry_date": "2023-02-05T18:08:16.896Z",
    "invoice_url":
        "https://checkout-staging.xendit.co/web/63de9f1099c9419bdf5266c7",
    "available_banks": [
      {
        "bank_code": "MANDIRI",
        "collection_type": "POOL",
        "transfer_amount": 100000,
        "bank_branch": "Virtual Account",
        "account_holder_name": "HEXAMINATE",
        "identity_amount": 0
      }
    ],
    "available_retail_outlets": [
      {"retail_outlet_name": "ALFAMART"}
    ],
    "available_ewallets": [
      {"ewallet_type": "OVO"},
      {"ewallet_type": "DANA"},
      {"ewallet_type": "SHOPEEPAY"},
      {"ewallet_type": "LINKAJA"}
    ],
    "available_qr_codes": [
      {"qr_code_type": "QRIS"}
    ],
    "available_direct_debits": [],
    "available_paylaters": [],
    "should_exclude_credit_card": false,
    "should_send_email": false,
    "created": "2023-02-04T18:08:17.642Z",
    "updated": "2023-02-04T18:08:17.642Z",
    "currency": "IDR",
    "customer_notification_preference": {
      "@type": "customer_notification_preference",
      "invoice_created": [],
      "invoice_reminder": [],
      "invoice_expired": [],
      "invoice_paid": []
    }
  };
}