CreditAssessments Summar

Structure

FieldTypeRequiredDescription
seriesString

numberInteger

billPaymentCodeString

amountDecimal

billToBillTo

paymentMethodPaymentMethod

docReferenceString

JSON representation

{
 "series": "HAC", 
  "number": 24017146,
  "billPaymentCode": "AMERICAN EXPRESS EUROPE LTD",
  "amount": 10,
  "billTo": {
        "address": "TITAN, 15",
           "state": {
                 "name": "SPAIN",
                  "codeISO2": "ES"
            },
        "cityName": "MADRID",
        "id": "29080",
        "code": "900426",
        "country": {
              "name": "SPAIN",
              "codeISO2": "ES"
          },
        "document": {
        "number": "A13R078201",
        "documentType": {
                "code": "00",
                "name": "National Id Document"
                }
         },
         "name": "MAHOULO S.A.",
         "postalCode": "08045",
         "webPage": ""
 },
 "paymentMethod": {
      "type": "",
      "name": "Transferencia Sabadell",
      "code": "TRS",
      "accountingAccount": ""
  },
 "docReference": "1 TRS AMERICAN EXPRESS EUROPE LTD"
}