{
  "qrType": "billPayment",
  "billPayment": {
    "payerInformation": {
      "branchCode": "00000",
      "name": "string",
      "taxIdentificationNumber": "string"
    },
    "billerInformation": {
      "branchCode": "00000",
      "billerIdentification": "0115085911101",
      "billerBankCode": "025",
      "accountNumber": "1111005999"
    },
    "billPaymentInformation": {
      "paymentDueDate": "string",
      "amount": 2000.55,
      "quantity": 0,
      "salesAmount": 0,
      "netAmount": 0,
      "vat": 0,
      "vatPercent": 0,
      "billReference1": "REF1",
      "billReference2": "REF2",
      "billReference3": "REF3",
    },
    "withholdingTaxInformationItems": [
      {
        "withheldAmount": 0,
        "withholdingTaxRate": 0,
        "typeOfIncome": "str",
        "withholdingTaxCondition": "string"
      }
    ]
  }
}