{
  "eligibility": {
    "type": "static",
    "options": {
      "url": "<string>",
      "headers": {},
      "metadata": {}
    }
  },
  "offer": {
    "type": "online",
    "options": {
      "monthlyFee": 1.99,
      "numberOfInstallments": [
        12,
        24
      ],
      "daysUntilDisbursement": 7,
      "monthsUntilFirstDueDate": 1,
      "creditOperationType": "CCB",
      "rebates": [
        {
          "feeType": "registration",
          "amountType": "absolute",
          "amount": 250,
          "description": "Tarifa de cadastro"
        }
      ],
      "insurance": {
        "amount": 0,
        "fee": 1.73,
        "type": "required",
        "number": "123456",
        "insurer": "Cia de Seguros"
      }
    }
  },
  "documents": {
    "toCreate": [
      {
        "purpose": "account_requirement",
        "method": "google",
        "methodData": {
          "template": "<string>"
        }
      }
    ],
    "toRequest": [
      {
        "purpose": "account_requirement",
        "name": "crédito consignado",
        "owner": "customer",
        "expireInDays": 30
      }
    ]
  },
  "disbursement": "custom"
}