DDPaymentMethod Data Type

Implemented Interfaces
ICustomFieldEntity, Serializable
Properties
name data type description
parentCFEntities array of ICustomFieldEntity
transient boolean
paymentType PaymentMethodEnum
cfValues CustomFieldValues
info5 string
uuid string
mandateDate number
cfAccumulatedValues CustomFieldValues
mandateIdentification string
disabled boolean
tokenId string
id number
active boolean
userId string
info4 string
info2 string
auditable Auditable
referenceDocument Document
info3 string
token3DsId string
bankCoordinates BankCoordinates
customerAccount CustomerAccount
notified boolean
auditableFields array of AuditableFieldHistory
action string
version number
preferred boolean
info1 string
alias string
historized boolean
expired boolean

Example

{
  "parentCFEntities" : [ {
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "...",
    "dirtyCF" : true,
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "parentCFEntities" : [ { }, { } ],
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    }
  }, {
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "...",
    "dirtyCF" : true,
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "parentCFEntities" : [ { }, { } ],
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    }
  } ],
  "transient" : true,
  "paymentType" : "CASH",
  "cfValues" : {
    "valuesByCode" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      }, {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      } ],
      "property2" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      }, {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      } ]
    },
    "values" : {
      "property1" : { },
      "property2" : { }
    },
    "newVersionedCFValuePeriods" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      }, {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      } ],
      "property2" : [ {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      }, {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      } ]
    },
    "encrypted" : true
  },
  "info5" : "...",
  "uuid" : "...",
  "mandateDate" : 12345,
  "cfAccumulatedValues" : {
    "valuesByCode" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      }, {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      } ],
      "property2" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      }, {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      } ]
    },
    "values" : {
      "property1" : { },
      "property2" : { }
    },
    "newVersionedCFValuePeriods" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      }, {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      } ],
      "property2" : [ {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      }, {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      } ]
    },
    "encrypted" : true
  },
  "mandateIdentification" : "...",
  "disabled" : true,
  "tokenId" : "...",
  "id" : 12345,
  "active" : true,
  "userId" : "...",
  "info4" : "...",
  "info2" : "...",
  "auditable" : {
    "created" : 12345,
    "creator" : "...",
    "lastUser" : "...",
    "updater" : "...",
    "updated" : 12345,
    "lastModified" : 12345
  },
  "referenceDocument" : {
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "creationDate" : 12345,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "historized" : true,
    "fileName" : "...",
    "tags" : [ "...", "..." ],
    "uuid" : "...",
    "parentCFEntities" : [ {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    }, {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    } ],
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "code" : "...",
    "documentStatus" : "REJECTED",
    "referenceDescription" : "...",
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "linkedAccountEntity" : {
      "parentCFEntities" : [ { }, { } ],
      "referenceCode" : "...",
      "codeChanged" : true,
      "notified" : true,
      "vatNo" : "...",
      "parentEntity" : { },
      "registrationNo" : "...",
      "description" : "...",
      "externalRef1" : "...",
      "minimumAmountEl" : "...",
      "referenceDescription" : "...",
      "cfAccumulatedValues" : { },
      "primaryContact" : { },
      "code" : "...",
      "historized" : true,
      "id" : 12345,
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "legalEntityType" : { },
      "businessAccountModel" : { },
      "contactInformation" : { },
      "defaultLevel" : true,
      "address" : { },
      "minimumArticle" : { },
      "transient" : true,
      "descriptionAndCode" : "...",
      "providerContact" : "...",
      "auditable" : { },
      "cfValues" : { },
      "jobTitle" : "...",
      "version" : 12345,
      "parentEntityType" : { },
      "minimumLabelEl" : "...",
      "name" : { },
      "isCompany" : true,
      "auditableFields" : [ { }, { } ],
      "contactInformationNullSafe" : { },
      "minimumChargeTemplate" : { },
      "externalRef2" : "...",
      "uuid" : "...",
      "accountType" : "..."
    },
    "category" : {
      "referenceCode" : "...",
      "auditable" : { },
      "referenceDescription" : "...",
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "version" : 12345,
      "uuid" : "...",
      "transient" : true,
      "cfAccumulatedValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "historized" : true,
      "parentEntityType" : { },
      "notified" : true,
      "code" : "...",
      "id" : 12345,
      "cfValues" : { },
      "codeChanged" : true,
      "relativePath" : "...",
      "description" : "..."
    },
    "referenceCode" : "...",
    "descriptionOrCode" : "...",
    "descriptionAndCode" : "...",
    "notified" : true,
    "fileType" : {
      "parentEntityType" : { },
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "referenceDescription" : "...",
      "parentEntity" : { },
      "notified" : true,
      "version" : 12345,
      "referenceCode" : "...",
      "auditable" : { },
      "descriptionOrCode" : "...",
      "id" : 12345,
      "transient" : true,
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "historized" : true,
      "appendGeneratedCode" : true
    },
    "appendGeneratedCode" : true,
    "version" : 12345,
    "parentEntityType" : { },
    "id" : 12345,
    "description" : "...",
    "codeChanged" : true,
    "transient" : true
  },
  "info3" : "...",
  "token3DsId" : "...",
  "bankCoordinates" : {
    "key" : "...",
    "bankCode" : "...",
    "bankId" : "...",
    "issuerNumber" : "...",
    "iban" : "...",
    "bankName" : "...",
    "issuerName" : "...",
    "ics" : "...",
    "accountOwner" : "...",
    "branchCode" : "...",
    "accountNumber" : "...",
    "bic" : "..."
  },
  "customerAccount" : {
    "preferredPaymentMethod" : {
      "token3DsId" : "...",
      "paymentType" : "STRIPE",
      "disabled" : true,
      "transient" : true,
      "active" : true,
      "version" : 12345,
      "info5" : "...",
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "cfAccumulatedValues" : { },
      "customerAccount" : { },
      "info2" : "...",
      "action" : "...",
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "referenceDocument" : { },
      "info4" : "...",
      "info3" : "...",
      "auditable" : { },
      "userId" : "...",
      "info1" : "...",
      "expired" : true,
      "parentCFEntities" : [ { }, { } ],
      "tokenId" : "...",
      "alias" : "...",
      "uuid" : "...",
      "preferred" : true
    },
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "version" : 12345,
    "descriptionAndCode" : "...",
    "checkThreshold" : "BEFORE_DISCOUNT",
    "legalEntityType" : {
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "codeChanged" : true,
      "auditable" : { },
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "referenceDescription" : "...",
      "transient" : true,
      "code" : "...",
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "historized" : true,
      "description" : "...",
      "isCompany" : true,
      "parentEntityType" : { },
      "version" : 12345,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceCode" : "...",
      "notified" : true,
      "descriptionNotNull" : "..."
    },
    "parentCFEntities" : [ {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    }, {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    } ],
    "tradingLanguage" : {
      "disabled" : true,
      "version" : 12345,
      "auditableFields" : [ { }, { } ],
      "active" : true,
      "transient" : true,
      "language" : { },
      "auditable" : { },
      "id" : 12345,
      "notified" : true,
      "prDescription" : "...",
      "historized" : true,
      "languageCode" : "..."
    },
    "minimumAmountEl" : "...",
    "noMoreValidCard" : true,
    "descriptionOrCode" : "...",
    "codeChanged" : true,
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "code" : "...",
    "vatNo" : "...",
    "transient" : true,
    "registrationNo" : "...",
    "wirePaymentMethods" : [ {
      "preferred" : true,
      "version" : 12345,
      "info3" : "...",
      "info1" : "...",
      "info2" : "...",
      "tokenId" : "...",
      "customerAccount" : { },
      "cfAccumulatedValues" : { },
      "uuid" : "...",
      "auditableFields" : [ { }, { } ],
      "alias" : "...",
      "paymentType" : "WIRETRANSFER",
      "notified" : true,
      "userId" : "...",
      "token3DsId" : "...",
      "historized" : true,
      "transient" : true,
      "parentCFEntities" : [ { }, { } ],
      "active" : true,
      "info4" : "...",
      "referenceDocument" : { },
      "info5" : "...",
      "action" : "...",
      "expired" : true,
      "disabled" : true,
      "cfValues" : { },
      "auditable" : { },
      "id" : 12345
    }, {
      "preferred" : true,
      "version" : 12345,
      "info3" : "...",
      "info1" : "...",
      "info2" : "...",
      "tokenId" : "...",
      "customerAccount" : { },
      "cfAccumulatedValues" : { },
      "uuid" : "...",
      "auditableFields" : [ { }, { } ],
      "alias" : "...",
      "paymentType" : "CHECK",
      "notified" : true,
      "userId" : "...",
      "token3DsId" : "...",
      "historized" : true,
      "transient" : true,
      "parentCFEntities" : [ { }, { } ],
      "active" : true,
      "info4" : "...",
      "referenceDocument" : { },
      "info5" : "...",
      "action" : "...",
      "expired" : true,
      "disabled" : true,
      "cfValues" : { },
      "auditable" : { },
      "id" : 12345
    } ],
    "contactInformationNullSafe" : {
      "email" : "...",
      "fax" : "...",
      "phone" : "...",
      "mobile" : "..."
    },
    "thresholdPerEntity" : true,
    "password" : "...",
    "minimumChargeTemplate" : {
      "inputUnitEL" : "...",
      "unitNbDecimal" : 12345,
      "cfValues" : { },
      "revenueRecognitionRule" : { },
      "cfAccumulatedValues" : { },
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "historized" : true,
      "descriptionAndCode" : "...",
      "roundingValuesComputed" : true,
      "outputUnitEL" : "...",
      "status" : "ARCHIVED",
      "notified" : true,
      "amountEditable" : true,
      "type" : "CREDIT",
      "ratingScript" : { },
      "chargeMainType" : "ONESHOT",
      "attributes" : [ { }, { } ],
      "taxClassEl" : "...",
      "unitMultiplicator" : 12345.0,
      "code" : "...",
      "referenceCode" : "...",
      "productCharges" : [ { }, { } ],
      "disabled" : true,
      "description" : "...",
      "parentCFEntities" : [ { }, { } ],
      "roundingMode" : "DOWN",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "inputUnitDescription" : "...",
      "id" : 12345,
      "edrTemplates" : [ { }, { } ],
      "oneShotChargeTemplateType" : "SUBSCRIPTION",
      "ratingUnitDescription" : "...",
      "immediateInvoicing" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "chargeType" : "...",
      "dropZeroWo" : true,
      "inputUnitOfMeasure" : { },
      "active" : true,
      "version" : 12345,
      "filterExpression" : "...",
      "transient" : true,
      "sortIndexEl" : "...",
      "parentEntity" : { },
      "ratingUnitOfMeasure" : { },
      "referenceDescription" : "...",
      "invoiceSubCategory" : { },
      "auditable" : { },
      "codeChanged" : true,
      "taxClass" : { },
      "parentEntityType" : { },
      "appendGeneratedCode" : true
    },
    "tradingCurrency" : {
      "currentRateUpdater" : "...",
      "notified" : true,
      "currentRateFromDate" : 12345,
      "prCurrencyToThis" : 12345.0,
      "transient" : true,
      "disabled" : true,
      "active" : true,
      "exchangeRates" : [ { }, { } ],
      "version" : 12345,
      "auditableFields" : [ { }, { } ],
      "prDescription" : "...",
      "currentRate" : 12345.0,
      "historized" : true,
      "currency" : { },
      "symbol" : "...",
      "currencyCode" : "...",
      "decimalPlaces" : 12345,
      "auditable" : { },
      "id" : 12345
    },
    "dunningDocuments" : [ {
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "transient" : true,
      "subscription" : { },
      "parentEntityType" : { },
      "descriptionOrCode" : "...",
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "appendGeneratedCode" : true,
      "auditable" : { },
      "id" : 12345,
      "descriptionAndCode" : "...",
      "code" : "...",
      "payments" : [ { }, { } ],
      "customerAccount" : { },
      "dueInvoices" : [ { }, { } ],
      "paidAmount" : 12345.0,
      "status" : "OPEN",
      "parentEntity" : { },
      "notified" : true,
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "amountWithTax" : 12345.0,
      "codeChanged" : true
    }, {
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "transient" : true,
      "subscription" : { },
      "parentEntityType" : { },
      "descriptionOrCode" : "...",
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "appendGeneratedCode" : true,
      "auditable" : { },
      "id" : 12345,
      "descriptionAndCode" : "...",
      "code" : "...",
      "payments" : [ { }, { } ],
      "customerAccount" : { },
      "dueInvoices" : [ { }, { } ],
      "paidAmount" : 12345.0,
      "status" : "OPEN",
      "parentEntity" : { },
      "notified" : true,
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "amountWithTax" : 12345.0,
      "codeChanged" : true
    } ],
    "creditCategory" : {
      "codeChanged" : true,
      "notified" : true,
      "auditable" : { },
      "provider" : { },
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "auditableFields" : [ { }, { } ],
      "historized" : true,
      "parentEntity" : { },
      "id" : 12345,
      "description" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "parentEntityType" : { },
      "appendGeneratedCode" : true,
      "code" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "transient" : true
    },
    "uuid" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "paymentMethods" : [ {
      "token3DsId" : "...",
      "paymentType" : "CARD",
      "disabled" : true,
      "transient" : true,
      "active" : true,
      "version" : 12345,
      "info5" : "...",
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "cfAccumulatedValues" : { },
      "customerAccount" : { },
      "info2" : "...",
      "action" : "...",
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "referenceDocument" : { },
      "info4" : "...",
      "info3" : "...",
      "auditable" : { },
      "userId" : "...",
      "info1" : "...",
      "expired" : true,
      "parentCFEntities" : [ { }, { } ],
      "tokenId" : "...",
      "alias" : "...",
      "uuid" : "...",
      "preferred" : true
    }, {
      "token3DsId" : "...",
      "paymentType" : "DIRECTDEBIT",
      "disabled" : true,
      "transient" : true,
      "active" : true,
      "version" : 12345,
      "info5" : "...",
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "cfAccumulatedValues" : { },
      "customerAccount" : { },
      "info2" : "...",
      "action" : "...",
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "referenceDocument" : { },
      "info4" : "...",
      "info3" : "...",
      "auditable" : { },
      "userId" : "...",
      "info1" : "...",
      "expired" : true,
      "parentCFEntities" : [ { }, { } ],
      "tokenId" : "...",
      "alias" : "...",
      "uuid" : "...",
      "preferred" : true
    } ],
    "seller" : {
      "generalLedger" : { },
      "descriptionAndCode" : "...",
      "version" : 12345,
      "referenceCode" : "...",
      "minimumLabelEl" : "...",
      "primaryContact" : { },
      "externalRef1" : "...",
      "historized" : true,
      "cfValues" : { },
      "parentEntityType" : { },
      "providerContact" : "...",
      "legalText" : "...",
      "businessAccountModel" : { },
      "legalType" : "...",
      "tradingCountry" : { },
      "parentEntity" : { },
      "name" : { },
      "jobTitle" : "...",
      "uuid" : "...",
      "transient" : true,
      "address" : { },
      "referenceDescription" : "...",
      "description" : "...",
      "seller" : { },
      "accountType" : "...",
      "tradingLanguage" : { },
      "invoiceTypeSequence" : [ { }, { } ],
      "tradingCurrency" : { },
      "minimumAmountEl" : "...",
      "cfAccumulatedValues" : { },
      "registrationNo" : "...",
      "contracts" : [ { }, { } ],
      "auditable" : { },
      "id" : 12345,
      "code" : "...",
      "descriptionOrCode" : "...",
      "minimumArticle" : { },
      "appendGeneratedCode" : true,
      "legalEntityType" : { },
      "vatNo" : "...",
      "isCompany" : true,
      "minimumChargeTemplate" : { },
      "codeChanged" : true,
      "customerSequences" : [ { }, { } ],
      "contactInformationNullSafe" : { },
      "parentCFEntities" : [ { }, { } ],
      "defaultLevel" : true,
      "auditableFields" : [ { }, { } ],
      "externalRef2" : "...",
      "paymentGateways" : [ { }, { } ],
      "notified" : true,
      "contactInformation" : { }
    },
    "externalRef1" : "...",
    "providerContact" : "...",
    "accountOperations" : [ {
      "historized" : true,
      "collectionDate" : 12345,
      "paymentDeferralCount" : 12345,
      "subscription" : { },
      "seller" : { },
      "customerAccount" : { },
      "paymentInfo2" : "...",
      "paymentVentilation" : { },
      "parentCFEntities" : [ { }, { } ],
      "paymentHistories" : [ { }, { } ],
      "matchingAmount" : 12345.0,
      "rejectedPayment" : { },
      "auditableFields" : [ { }, { } ],
      "bankLot" : "...",
      "matchingStatus" : "P",
      "ddRequestItem" : { },
      "invoices" : [ { }, { } ],
      "unMatchingAmount" : 12345.0,
      "bankReference" : "...",
      "version" : 12345,
      "uuid" : "...",
      "cfAccumulatedValues" : { },
      "taxAmount" : 12345.0,
      "description" : "...",
      "bankCollectionDate" : 12345,
      "type" : "...",
      "auditable" : { },
      "accountingSchemeEntries" : [ { }, { } ],
      "reason" : "REJECTED",
      "orderNumber" : "...",
      "journal" : { },
      "accountingExportFile" : "...",
      "billingAccountName" : "...",
      "notified" : true,
      "operationNumber" : 12345,
      "paymentInfo6" : "...",
      "transient" : true,
      "operationAction" : "NONE",
      "paymentInfo3" : "...",
      "parentEntityType" : { },
      "referenceCode" : "...",
      "paymentInfo1" : "...",
      "reference" : "...",
      "paymentInfo5" : "...",
      "status" : "EXPORT_FAILED",
      "cfValues" : { },
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "matchingAmounts" : [ { }, { } ],
      "dueDate" : 12345,
      "parentEntity" : { },
      "depositDate" : 12345,
      "transactionCategory" : "DEBIT",
      "accountingDate" : 12345,
      "paymentAction" : "PENDING_PAYMENT",
      "descriptionAndCode" : "...",
      "accountCodeClientSide" : "...",
      "amount" : 12345.0,
      "id" : 12345,
      "transactionDate" : 12345,
      "paymentInfo4" : "...",
      "paymentInfo" : "...",
      "accountingCode" : { },
      "appendGeneratedCode" : true,
      "amountWithoutTax" : 12345.0,
      "code" : "...",
      "codeChanged" : true,
      "paymentMethod" : "CARD"
    }, {
      "historized" : true,
      "collectionDate" : 12345,
      "paymentDeferralCount" : 12345,
      "subscription" : { },
      "seller" : { },
      "customerAccount" : { },
      "paymentInfo2" : "...",
      "paymentVentilation" : { },
      "parentCFEntities" : [ { }, { } ],
      "paymentHistories" : [ { }, { } ],
      "matchingAmount" : 12345.0,
      "rejectedPayment" : { },
      "auditableFields" : [ { }, { } ],
      "bankLot" : "...",
      "matchingStatus" : "R",
      "ddRequestItem" : { },
      "invoices" : [ { }, { } ],
      "unMatchingAmount" : 12345.0,
      "bankReference" : "...",
      "version" : 12345,
      "uuid" : "...",
      "cfAccumulatedValues" : { },
      "taxAmount" : 12345.0,
      "description" : "...",
      "bankCollectionDate" : 12345,
      "type" : "...",
      "auditable" : { },
      "accountingSchemeEntries" : [ { }, { } ],
      "reason" : "REJECTED",
      "orderNumber" : "...",
      "journal" : { },
      "accountingExportFile" : "...",
      "billingAccountName" : "...",
      "notified" : true,
      "operationNumber" : 12345,
      "paymentInfo6" : "...",
      "transient" : true,
      "operationAction" : "TO_REFUND",
      "paymentInfo3" : "...",
      "parentEntityType" : { },
      "referenceCode" : "...",
      "paymentInfo1" : "...",
      "reference" : "...",
      "paymentInfo5" : "...",
      "status" : "EXPORT_FAILED",
      "cfValues" : { },
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "matchingAmounts" : [ { }, { } ],
      "dueDate" : 12345,
      "parentEntity" : { },
      "depositDate" : 12345,
      "transactionCategory" : "CREDIT",
      "accountingDate" : 12345,
      "paymentAction" : "PENDING_PAYMENT",
      "descriptionAndCode" : "...",
      "accountCodeClientSide" : "...",
      "amount" : 12345.0,
      "id" : 12345,
      "transactionDate" : 12345,
      "paymentInfo4" : "...",
      "paymentInfo" : "...",
      "accountingCode" : { },
      "appendGeneratedCode" : true,
      "amountWithoutTax" : 12345.0,
      "code" : "...",
      "codeChanged" : true,
      "paymentMethod" : "WIRETRANSFER"
    } ],
    "dueDateDelayEL" : "...",
    "jobTitle" : "...",
    "counters" : {
      "property1" : {
        "descriptionAndCode" : "...",
        "billingAccount" : { },
        "referenceCode" : "...",
        "version" : 12345,
        "counterPeriods" : [ { }, { } ],
        "chargeInstances" : [ { }, { } ],
        "code" : "...",
        "referenceDescription" : "...",
        "auditableFields" : [ { }, { } ],
        "customerAccount" : { },
        "historized" : true,
        "parentEntityType" : { },
        "description" : "...",
        "notified" : true,
        "customer" : { },
        "serviceInstance" : { },
        "id" : 12345,
        "counterTemplate" : { },
        "parentEntity" : { },
        "usageChargeInstances" : [ { }, { } ],
        "userAccount" : { },
        "appendGeneratedCode" : true,
        "descriptionOrCode" : "...",
        "transient" : true,
        "subscription" : { },
        "auditable" : { },
        "codeChanged" : true
      },
      "property2" : {
        "descriptionAndCode" : "...",
        "billingAccount" : { },
        "referenceCode" : "...",
        "version" : 12345,
        "counterPeriods" : [ { }, { } ],
        "chargeInstances" : [ { }, { } ],
        "code" : "...",
        "referenceDescription" : "...",
        "auditableFields" : [ { }, { } ],
        "customerAccount" : { },
        "historized" : true,
        "parentEntityType" : { },
        "description" : "...",
        "notified" : true,
        "customer" : { },
        "serviceInstance" : { },
        "id" : 12345,
        "counterTemplate" : { },
        "parentEntity" : { },
        "usageChargeInstances" : [ { }, { } ],
        "userAccount" : { },
        "appendGeneratedCode" : true,
        "descriptionOrCode" : "...",
        "transient" : true,
        "subscription" : { },
        "auditable" : { },
        "codeChanged" : true
      }
    },
    "invoicingThreshold" : 12345.0,
    "externalRef2" : "...",
    "description" : "...",
    "excludedFromPayment" : true,
    "isCompany" : true,
    "DDPaymentMethods" : [ {
      "parentCFEntities" : [ { }, { } ],
      "transient" : true,
      "paymentType" : "CARD",
      "cfValues" : { },
      "info5" : "...",
      "uuid" : "...",
      "mandateDate" : 12345,
      "cfAccumulatedValues" : { },
      "mandateIdentification" : "...",
      "disabled" : true,
      "tokenId" : "...",
      "id" : 12345,
      "active" : true,
      "userId" : "...",
      "info4" : "...",
      "info2" : "...",
      "auditable" : { },
      "referenceDocument" : { },
      "info3" : "...",
      "token3DsId" : "...",
      "bankCoordinates" : { },
      "customerAccount" : { },
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "action" : "...",
      "version" : 12345,
      "preferred" : true,
      "info1" : "...",
      "alias" : "...",
      "historized" : true,
      "expired" : true
    }, {
      "parentCFEntities" : [ { }, { } ],
      "transient" : true,
      "paymentType" : "WIRETRANSFER",
      "cfValues" : { },
      "info5" : "...",
      "uuid" : "...",
      "mandateDate" : 12345,
      "cfAccumulatedValues" : { },
      "mandateIdentification" : "...",
      "disabled" : true,
      "tokenId" : "...",
      "id" : 12345,
      "active" : true,
      "userId" : "...",
      "info4" : "...",
      "info2" : "...",
      "auditable" : { },
      "referenceDocument" : { },
      "info3" : "...",
      "token3DsId" : "...",
      "bankCoordinates" : { },
      "customerAccount" : { },
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "action" : "...",
      "version" : 12345,
      "preferred" : true,
      "info1" : "...",
      "alias" : "...",
      "historized" : true,
      "expired" : true
    } ],
    "paypalPaymentMethods" : [ {
      "customerAccount" : { },
      "tokenId" : "...",
      "action" : "...",
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "paymentType" : "CASH",
      "cfAccumulatedValues" : { },
      "id" : 12345,
      "token3DsId" : "...",
      "cfValues" : { },
      "info5" : "...",
      "disabled" : true,
      "preferred" : true,
      "info1" : "...",
      "uuid" : "...",
      "userId" : "...",
      "auditable" : { },
      "info3" : "...",
      "alias" : "...",
      "expired" : true,
      "referenceDocument" : { },
      "version" : 12345,
      "info2" : "...",
      "historized" : true,
      "transient" : true,
      "info4" : "...",
      "active" : true,
      "parentCFEntities" : [ { }, { } ]
    }, {
      "customerAccount" : { },
      "tokenId" : "...",
      "action" : "...",
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "paymentType" : "CASH",
      "cfAccumulatedValues" : { },
      "id" : 12345,
      "token3DsId" : "...",
      "cfValues" : { },
      "info5" : "...",
      "disabled" : true,
      "preferred" : true,
      "info1" : "...",
      "uuid" : "...",
      "userId" : "...",
      "auditable" : { },
      "info3" : "...",
      "alias" : "...",
      "expired" : true,
      "referenceDocument" : { },
      "version" : 12345,
      "info2" : "...",
      "historized" : true,
      "transient" : true,
      "info4" : "...",
      "active" : true,
      "parentCFEntities" : [ { }, { } ]
    } ],
    "referenceDescription" : "...",
    "primaryContact" : {
      "id" : 12345,
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "fax" : "...",
      "descriptionAndCode" : "...",
      "parentEntityType" : { },
      "description" : "...",
      "transient" : true,
      "appendGeneratedCode" : true,
      "lastName" : "...",
      "historized" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "descriptionOrCode" : "...",
      "codeChanged" : true,
      "auditable" : { },
      "phone" : "...",
      "code" : "...",
      "notified" : true,
      "firstName" : "...",
      "mobile" : "...",
      "email" : "...",
      "referenceDescription" : "...",
      "genericMail" : "...",
      "address" : { }
    },
    "minimumArticle" : {
      "accountingCodeEl" : "...",
      "referenceCode" : "...",
      "cfAccumulatedValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceType" : { },
      "columnCriteriaEL" : "...",
      "version" : 12345,
      "cfValues" : { },
      "active" : true,
      "referenceDescription" : "...",
      "historized" : true,
      "analyticCode2" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "id" : 12345,
      "ignoreAggregation" : true,
      "analyticCode3" : "...",
      "parentEntityType" : { },
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "unitPrice" : 12345.0,
      "accountingCode" : { },
      "codeChanged" : true,
      "auditable" : { },
      "notified" : true,
      "uuid" : "...",
      "description" : "...",
      "transient" : true,
      "accountingCodeMappings" : [ { }, { } ],
      "articleFamily" : { },
      "analyticCode1" : "...",
      "taxClass" : { },
      "invoiceTypeEl" : "...",
      "code" : "...",
      "invoiceSubCategory" : { },
      "disabled" : true,
      "appendGeneratedCode" : true,
      "descriptionI18nNotNull" : {
        "property1" : "...",
        "property2" : "..."
      }
    },
    "defaultLevel" : true,
    "billingAccounts" : [ {
      "nextInvoiceDate" : 12345,
      "discountRate" : 12345.0,
      "mailingType" : "AUTO",
      "vatNo" : "...",
      "thresholdPerEntity" : true,
      "taxCategoryResolved" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "discountPlan" : { },
      "cfValues" : { },
      "contactInformationNullSafe" : { },
      "transient" : true,
      "cfAccumulatedValues" : { },
      "defaultLevel" : true,
      "auditable" : { },
      "tradingLanguage" : { },
      "billingCycle" : { },
      "contactInformation" : { },
      "usersAccounts" : [ { }, { } ],
      "invoicingThreshold" : 12345.0,
      "parentEntity" : { },
      "parentEntityType" : { },
      "invoicePrefix" : "...",
      "appendGeneratedCode" : true,
      "tradingCurrency" : { },
      "statusDate" : 12345,
      "codeChanged" : true,
      "brAmountWithoutTax" : 12345.0,
      "providerContact" : "...",
      "minimumAmountEl" : "...",
      "parentCFEntities" : [ { }, { } ],
      "minimumLabelEl" : "...",
      "allDiscountPlanInstances" : [ { }, { } ],
      "taxCategory" : { },
      "minimumInvoiceSubCategory" : { },
      "description" : "...",
      "exoneratedFromtaxes" : true,
      "primaryContact" : { },
      "minRatedTransactions" : [ { }, { } ],
      "registrationNo" : "...",
      "descriptionAndCode" : "...",
      "externalRef2" : "...",
      "discountPlanInstances" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "brAmountWithTax" : 12345.0,
      "ccedEmails" : "...",
      "seller" : { },
      "businessAccountModel" : { },
      "descriptionOrCode" : "...",
      "code" : "...",
      "minimumChargeTemplate" : { },
      "totalInvoicingAmountTax" : 12345.0,
      "referenceCode" : "...",
      "status" : "CLOSED",
      "electronicBilling" : true,
      "tradingCountry" : { },
      "address" : { },
      "version" : 12345,
      "jobTitle" : "...",
      "uuid" : "...",
      "legalEntityType" : { },
      "accountType" : "...",
      "isCompany" : true,
      "paymentMethod" : { },
      "contracts" : [ { }, { } ],
      "name" : { },
      "notified" : true,
      "customerAccount" : { },
      "referenceDescription" : "...",
      "terminationReason" : { },
      "minimumArticle" : { },
      "historized" : true,
      "terminationDate" : 12345,
      "id" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "minInvoiceLines" : [ { }, { } ],
      "checkThreshold" : "AFTER_DISCOUNT",
      "parentUserAccounts" : [ { }, { } ],
      "totalInvoicingAmountWithTax" : 12345.0,
      "emailTemplate" : { },
      "externalRef1" : "...",
      "tags" : [ { }, { } ],
      "invoices" : [ { }, { } ],
      "subscriptionDate" : 12345,
      "billingRun" : { }
    }, {
      "nextInvoiceDate" : 12345,
      "discountRate" : 12345.0,
      "mailingType" : "MANUAL",
      "vatNo" : "...",
      "thresholdPerEntity" : true,
      "taxCategoryResolved" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "discountPlan" : { },
      "cfValues" : { },
      "contactInformationNullSafe" : { },
      "transient" : true,
      "cfAccumulatedValues" : { },
      "defaultLevel" : true,
      "auditable" : { },
      "tradingLanguage" : { },
      "billingCycle" : { },
      "contactInformation" : { },
      "usersAccounts" : [ { }, { } ],
      "invoicingThreshold" : 12345.0,
      "parentEntity" : { },
      "parentEntityType" : { },
      "invoicePrefix" : "...",
      "appendGeneratedCode" : true,
      "tradingCurrency" : { },
      "statusDate" : 12345,
      "codeChanged" : true,
      "brAmountWithoutTax" : 12345.0,
      "providerContact" : "...",
      "minimumAmountEl" : "...",
      "parentCFEntities" : [ { }, { } ],
      "minimumLabelEl" : "...",
      "allDiscountPlanInstances" : [ { }, { } ],
      "taxCategory" : { },
      "minimumInvoiceSubCategory" : { },
      "description" : "...",
      "exoneratedFromtaxes" : true,
      "primaryContact" : { },
      "minRatedTransactions" : [ { }, { } ],
      "registrationNo" : "...",
      "descriptionAndCode" : "...",
      "externalRef2" : "...",
      "discountPlanInstances" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "brAmountWithTax" : 12345.0,
      "ccedEmails" : "...",
      "seller" : { },
      "businessAccountModel" : { },
      "descriptionOrCode" : "...",
      "code" : "...",
      "minimumChargeTemplate" : { },
      "totalInvoicingAmountTax" : 12345.0,
      "referenceCode" : "...",
      "status" : "ACTIVE",
      "electronicBilling" : true,
      "tradingCountry" : { },
      "address" : { },
      "version" : 12345,
      "jobTitle" : "...",
      "uuid" : "...",
      "legalEntityType" : { },
      "accountType" : "...",
      "isCompany" : true,
      "paymentMethod" : { },
      "contracts" : [ { }, { } ],
      "name" : { },
      "notified" : true,
      "customerAccount" : { },
      "referenceDescription" : "...",
      "terminationReason" : { },
      "minimumArticle" : { },
      "historized" : true,
      "terminationDate" : 12345,
      "id" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "minInvoiceLines" : [ { }, { } ],
      "checkThreshold" : "POSITIVE_RT",
      "parentUserAccounts" : [ { }, { } ],
      "totalInvoicingAmountWithTax" : 12345.0,
      "emailTemplate" : { },
      "externalRef1" : "...",
      "tags" : [ { }, { } ],
      "invoices" : [ { }, { } ],
      "subscriptionDate" : 12345,
      "billingRun" : { }
    } ],
    "contracts" : [ {
      "code" : "...",
      "billingRules" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "active" : true,
      "contractDate" : 12345,
      "seller" : { },
      "contractItems" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "cfAccumulatedValues" : { },
      "customer" : { },
      "endDate" : 12345,
      "parentEntity" : { },
      "historized" : true,
      "contractDuration" : 12345,
      "auditable" : { },
      "parentCFEntities" : [ { }, { } ],
      "referenceCode" : "...",
      "referenceDescription" : "...",
      "id" : 12345,
      "customerAccount" : { },
      "codeChanged" : true,
      "descriptionOrCode" : "...",
      "renewal" : true,
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "status" : "CLOSED",
      "cfValues" : { },
      "uuid" : "...",
      "beginDate" : 12345,
      "transient" : true,
      "parentEntityType" : { },
      "billingAccount" : { },
      "notified" : true,
      "version" : 12345,
      "description" : "...",
      "statusDate" : 12345
    }, {
      "code" : "...",
      "billingRules" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "active" : true,
      "contractDate" : 12345,
      "seller" : { },
      "contractItems" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "cfAccumulatedValues" : { },
      "customer" : { },
      "endDate" : 12345,
      "parentEntity" : { },
      "historized" : true,
      "contractDuration" : 12345,
      "auditable" : { },
      "parentCFEntities" : [ { }, { } ],
      "referenceCode" : "...",
      "referenceDescription" : "...",
      "id" : 12345,
      "customerAccount" : { },
      "codeChanged" : true,
      "descriptionOrCode" : "...",
      "renewal" : true,
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "status" : "DRAFT",
      "cfValues" : { },
      "uuid" : "...",
      "beginDate" : 12345,
      "transient" : true,
      "parentEntityType" : { },
      "billingAccount" : { },
      "notified" : true,
      "version" : 12345,
      "description" : "...",
      "statusDate" : 12345
    } ],
    "name" : {
      "fullName" : "...",
      "title" : { },
      "lastName" : "...",
      "firstName" : "..."
    },
    "addressbook" : {
      "appendGeneratedCode" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "id" : 12345,
      "contacts" : [ { }, { } ],
      "notified" : true,
      "code" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "historized" : true,
      "auditable" : { },
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "descriptionOrCode" : "...",
      "parentEntity" : { },
      "transient" : true,
      "description" : "...",
      "customer" : { }
    },
    "actionDunnings" : [ {
      "toLevel" : "R2",
      "actionPlanItem" : { },
      "typeAction" : "FILE",
      "status" : "T",
      "transient" : true,
      "version" : 12345,
      "statusDate" : 12345,
      "id" : 12345,
      "notified" : true,
      "amountDue" : 12345.0,
      "fromLevel" : "R1",
      "customerAccount" : { },
      "dunningLOT" : { },
      "auditableFields" : [ { }, { } ],
      "recordedInvoice" : { },
      "historized" : true,
      "auditable" : { },
      "creationDate" : 12345
    }, {
      "toLevel" : "R2",
      "actionPlanItem" : { },
      "typeAction" : "EMAIL",
      "status" : "A",
      "transient" : true,
      "version" : 12345,
      "statusDate" : 12345,
      "id" : 12345,
      "notified" : true,
      "amountDue" : 12345.0,
      "fromLevel" : "R0",
      "customerAccount" : { },
      "dunningLOT" : { },
      "auditableFields" : [ { }, { } ],
      "recordedInvoice" : { },
      "historized" : true,
      "auditable" : { },
      "creationDate" : 12345
    } ],
    "referenceCode" : "...",
    "minimumTargetAccount" : {
      "nextInvoiceDate" : 12345,
      "discountRate" : 12345.0,
      "mailingType" : "AUTO",
      "vatNo" : "...",
      "thresholdPerEntity" : true,
      "taxCategoryResolved" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "discountPlan" : { },
      "cfValues" : { },
      "contactInformationNullSafe" : { },
      "transient" : true,
      "cfAccumulatedValues" : { },
      "defaultLevel" : true,
      "auditable" : { },
      "tradingLanguage" : { },
      "billingCycle" : { },
      "contactInformation" : { },
      "usersAccounts" : [ { }, { } ],
      "invoicingThreshold" : 12345.0,
      "parentEntity" : { },
      "parentEntityType" : { },
      "invoicePrefix" : "...",
      "appendGeneratedCode" : true,
      "tradingCurrency" : { },
      "statusDate" : 12345,
      "codeChanged" : true,
      "brAmountWithoutTax" : 12345.0,
      "providerContact" : "...",
      "minimumAmountEl" : "...",
      "parentCFEntities" : [ { }, { } ],
      "minimumLabelEl" : "...",
      "allDiscountPlanInstances" : [ { }, { } ],
      "taxCategory" : { },
      "minimumInvoiceSubCategory" : { },
      "description" : "...",
      "exoneratedFromtaxes" : true,
      "primaryContact" : { },
      "minRatedTransactions" : [ { }, { } ],
      "registrationNo" : "...",
      "descriptionAndCode" : "...",
      "externalRef2" : "...",
      "discountPlanInstances" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "brAmountWithTax" : 12345.0,
      "ccedEmails" : "...",
      "seller" : { },
      "businessAccountModel" : { },
      "descriptionOrCode" : "...",
      "code" : "...",
      "minimumChargeTemplate" : { },
      "totalInvoicingAmountTax" : 12345.0,
      "referenceCode" : "...",
      "status" : "CANCELED",
      "electronicBilling" : true,
      "tradingCountry" : { },
      "address" : { },
      "version" : 12345,
      "jobTitle" : "...",
      "uuid" : "...",
      "legalEntityType" : { },
      "accountType" : "...",
      "isCompany" : true,
      "paymentMethod" : { },
      "contracts" : [ { }, { } ],
      "name" : { },
      "notified" : true,
      "customerAccount" : { },
      "referenceDescription" : "...",
      "terminationReason" : { },
      "minimumArticle" : { },
      "historized" : true,
      "terminationDate" : 12345,
      "id" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "minInvoiceLines" : [ { }, { } ],
      "checkThreshold" : "AFTER_DISCOUNT",
      "parentUserAccounts" : [ { }, { } ],
      "totalInvoicingAmountWithTax" : 12345.0,
      "emailTemplate" : { },
      "externalRef1" : "...",
      "tags" : [ { }, { } ],
      "invoices" : [ { }, { } ],
      "subscriptionDate" : 12345,
      "billingRun" : { }
    },
    "dunningLevel" : "R0",
    "appendGeneratedCode" : true,
    "generalClientAccount" : {
      "auditable" : { },
      "chartOfAccountTypeEnum" : "REVENUE",
      "chartOfAccountViewTypeEnum" : "VIEW",
      "active" : true,
      "notified" : true,
      "codeChanged" : true,
      "disabled" : true,
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "id" : 12345,
      "parentAccountingCode" : { },
      "migrated" : true,
      "historized" : true,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "version" : 12345,
      "reportingAccount" : "...",
      "description" : "...",
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "notes" : "...",
      "referenceCode" : "...",
      "transient" : true
    },
    "dateDunningLevel" : 12345,
    "contactInformation" : {
      "email" : "...",
      "fax" : "...",
      "phone" : "...",
      "mobile" : "..."
    },
    "paymentPlans" : [ {
      "parentEntity" : { },
      "version" : 12345,
      "historized" : true,
      "referenceDescription" : "...",
      "actionOnRemainingAmount" : "FIRST",
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "notified" : true,
      "amountToRecover" : 12345.0,
      "description" : "...",
      "referenceCode" : "...",
      "amountPerInstallment" : 12345.0,
      "remainingAmount" : 12345.0,
      "numberOfInstallments" : 12345,
      "code" : "...",
      "customerAccount" : { },
      "targetedAos" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "createdAos" : [ { }, { } ],
      "auditable" : { },
      "endDate" : 12345,
      "startDate" : 12345,
      "transient" : true,
      "recurringUnit" : "DAY",
      "id" : 12345,
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "codeChanged" : true,
      "status" : "COMPLETED"
    }, {
      "parentEntity" : { },
      "version" : 12345,
      "historized" : true,
      "referenceDescription" : "...",
      "actionOnRemainingAmount" : "ADDITIONAL",
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "notified" : true,
      "amountToRecover" : 12345.0,
      "description" : "...",
      "referenceCode" : "...",
      "amountPerInstallment" : 12345.0,
      "remainingAmount" : 12345.0,
      "numberOfInstallments" : 12345,
      "code" : "...",
      "customerAccount" : { },
      "targetedAos" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "createdAos" : [ { }, { } ],
      "auditable" : { },
      "endDate" : 12345,
      "startDate" : 12345,
      "transient" : true,
      "recurringUnit" : "DAY",
      "id" : 12345,
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "codeChanged" : true,
      "status" : "COMPLETED"
    } ],
    "businessAccountModel" : {
      "referenceCode" : "...",
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "active" : true,
      "transient" : true,
      "auditable" : { },
      "referenceDescription" : "...",
      "hierarchyType" : "C",
      "script" : { },
      "codeChanged" : true,
      "descriptionOrCode" : "...",
      "installed" : true,
      "parentEntityType" : { },
      "id" : 12345,
      "downloaded" : true,
      "version" : 12345,
      "description" : "...",
      "moduleSource" : "...",
      "disabled" : true,
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "moduleItems" : [ { }, { } ],
      "historized" : true,
      "logoPicture" : "...",
      "license" : "BSD2_S",
      "descriptionAndCode" : "...",
      "code" : "..."
    },
    "checkPaymentMethods" : [ {
      "transient" : true,
      "paymentType" : "WIRETRANSFER",
      "disabled" : true,
      "cfValues" : { },
      "auditable" : { },
      "notified" : true,
      "tokenId" : "...",
      "info2" : "...",
      "expired" : true,
      "version" : 12345,
      "id" : 12345,
      "action" : "...",
      "referenceDocument" : { },
      "uuid" : "...",
      "active" : true,
      "token3DsId" : "...",
      "info4" : "...",
      "parentCFEntities" : [ { }, { } ],
      "customerAccount" : { },
      "preferred" : true,
      "historized" : true,
      "cfAccumulatedValues" : { },
      "auditableFields" : [ { }, { } ],
      "info1" : "...",
      "info3" : "...",
      "info5" : "...",
      "userId" : "...",
      "alias" : "..."
    }, {
      "transient" : true,
      "paymentType" : "CARD",
      "disabled" : true,
      "cfValues" : { },
      "auditable" : { },
      "notified" : true,
      "tokenId" : "...",
      "info2" : "...",
      "expired" : true,
      "version" : 12345,
      "id" : 12345,
      "action" : "...",
      "referenceDocument" : { },
      "uuid" : "...",
      "active" : true,
      "token3DsId" : "...",
      "info4" : "...",
      "parentCFEntities" : [ { }, { } ],
      "customerAccount" : { },
      "preferred" : true,
      "historized" : true,
      "cfAccumulatedValues" : { },
      "auditableFields" : [ { }, { } ],
      "info1" : "...",
      "info3" : "...",
      "info5" : "...",
      "userId" : "...",
      "alias" : "..."
    } ],
    "notified" : true,
    "stripePaymentMethods" : [ {
      "info1" : "...",
      "cfValues" : { },
      "userId" : "...",
      "info2" : "...",
      "auditable" : { },
      "transient" : true,
      "uuid" : "...",
      "info4" : "...",
      "auditableFields" : [ { }, { } ],
      "expired" : true,
      "disabled" : true,
      "historized" : true,
      "preferred" : true,
      "paymentType" : "PAYPAL",
      "parentCFEntities" : [ { }, { } ],
      "info5" : "...",
      "tokenId" : "...",
      "notified" : true,
      "customerAccount" : { },
      "token3DsId" : "...",
      "info3" : "...",
      "alias" : "...",
      "action" : "...",
      "id" : 12345,
      "version" : 12345,
      "cfAccumulatedValues" : { },
      "active" : true,
      "referenceDocument" : { }
    }, {
      "info1" : "...",
      "cfValues" : { },
      "userId" : "...",
      "info2" : "...",
      "auditable" : { },
      "transient" : true,
      "uuid" : "...",
      "info4" : "...",
      "auditableFields" : [ { }, { } ],
      "expired" : true,
      "disabled" : true,
      "historized" : true,
      "preferred" : true,
      "paymentType" : "CHECK",
      "parentCFEntities" : [ { }, { } ],
      "info5" : "...",
      "tokenId" : "...",
      "notified" : true,
      "customerAccount" : { },
      "token3DsId" : "...",
      "info3" : "...",
      "alias" : "...",
      "action" : "...",
      "id" : 12345,
      "version" : 12345,
      "cfAccumulatedValues" : { },
      "active" : true,
      "referenceDocument" : { }
    } ],
    "customer" : {
      "minimumTargetAccount" : { },
      "jobTitle" : "...",
      "referenceDescription" : "...",
      "contactInformationNullSafe" : { },
      "parentEntityType" : { },
      "registrationNo" : "...",
      "accountType" : "...",
      "vatNo" : "...",
      "version" : 12345,
      "contracts" : [ { }, { } ],
      "invoicingThreshold" : 12345.0,
      "auditable" : { },
      "contactInformation" : { },
      "minimumAmountEl" : "...",
      "address" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "descriptionAndCode" : "...",
      "primaryContact" : { },
      "customerBrand" : { },
      "cfValues" : { },
      "code" : "...",
      "historized" : true,
      "anonymized" : true,
      "seller" : { },
      "customerCategory" : { },
      "description" : "...",
      "id" : 12345,
      "referenceCode" : "...",
      "uuid" : "...",
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "name" : { },
      "legalEntityType" : { },
      "checkThreshold" : "AFTER_DISCOUNT",
      "externalRef1" : "...",
      "descriptionOrCode" : "...",
      "businessAccountModel" : { },
      "minimumChargeTemplate" : { },
      "transient" : true,
      "additionalDetails" : { },
      "isCompany" : true,
      "parentEntity" : { },
      "customerAccounts" : [ { }, { } ],
      "thresholdPerEntity" : true,
      "notified" : true,
      "minimumArticle" : { },
      "parentCFEntities" : [ { }, { } ],
      "defaultLevel" : true,
      "addressbook" : { },
      "providerContact" : "...",
      "appendGeneratedCode" : true,
      "cfAccumulatedValues" : { },
      "externalRef2" : "...",
      "anonymizationDate" : 12345,
      "minimumLabelEl" : "..."
    },
    "historized" : true,
    "status" : "ACTIVE",
    "id" : 12345,
    "accountType" : "...",
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "auditedMethodPayments" : {
      "property1" : [ {
        "token3DsId" : "...",
        "paymentType" : "PAYPAL",
        "disabled" : true,
        "transient" : true,
        "active" : true,
        "version" : 12345,
        "info5" : "...",
        "auditableFields" : [ { }, { } ],
        "id" : 12345,
        "cfAccumulatedValues" : { },
        "customerAccount" : { },
        "info2" : "...",
        "action" : "...",
        "cfValues" : { },
        "notified" : true,
        "historized" : true,
        "referenceDocument" : { },
        "info4" : "...",
        "info3" : "...",
        "auditable" : { },
        "userId" : "...",
        "info1" : "...",
        "expired" : true,
        "parentCFEntities" : [ { }, { } ],
        "tokenId" : "...",
        "alias" : "...",
        "uuid" : "...",
        "preferred" : true
      }, {
        "token3DsId" : "...",
        "paymentType" : "CASH",
        "disabled" : true,
        "transient" : true,
        "active" : true,
        "version" : 12345,
        "info5" : "...",
        "auditableFields" : [ { }, { } ],
        "id" : 12345,
        "cfAccumulatedValues" : { },
        "customerAccount" : { },
        "info2" : "...",
        "action" : "...",
        "cfValues" : { },
        "notified" : true,
        "historized" : true,
        "referenceDocument" : { },
        "info4" : "...",
        "info3" : "...",
        "auditable" : { },
        "userId" : "...",
        "info1" : "...",
        "expired" : true,
        "parentCFEntities" : [ { }, { } ],
        "tokenId" : "...",
        "alias" : "...",
        "uuid" : "...",
        "preferred" : true
      } ],
      "property2" : [ {
        "token3DsId" : "...",
        "paymentType" : "DIRECTDEBIT",
        "disabled" : true,
        "transient" : true,
        "active" : true,
        "version" : 12345,
        "info5" : "...",
        "auditableFields" : [ { }, { } ],
        "id" : 12345,
        "cfAccumulatedValues" : { },
        "customerAccount" : { },
        "info2" : "...",
        "action" : "...",
        "cfValues" : { },
        "notified" : true,
        "historized" : true,
        "referenceDocument" : { },
        "info4" : "...",
        "info3" : "...",
        "auditable" : { },
        "userId" : "...",
        "info1" : "...",
        "expired" : true,
        "parentCFEntities" : [ { }, { } ],
        "tokenId" : "...",
        "alias" : "...",
        "uuid" : "...",
        "preferred" : true
      }, {
        "token3DsId" : "...",
        "paymentType" : "STRIPE",
        "disabled" : true,
        "transient" : true,
        "active" : true,
        "version" : 12345,
        "info5" : "...",
        "auditableFields" : [ { }, { } ],
        "id" : 12345,
        "cfAccumulatedValues" : { },
        "customerAccount" : { },
        "info2" : "...",
        "action" : "...",
        "cfValues" : { },
        "notified" : true,
        "historized" : true,
        "referenceDocument" : { },
        "info4" : "...",
        "info3" : "...",
        "auditable" : { },
        "userId" : "...",
        "info1" : "...",
        "expired" : true,
        "parentCFEntities" : [ { }, { } ],
        "tokenId" : "...",
        "alias" : "...",
        "uuid" : "...",
        "preferred" : true
      } ]
    },
    "parentEntityType" : { },
    "address" : {
      "countryBundle" : "...",
      "address1" : "...",
      "state" : "...",
      "address4" : "...",
      "city" : "...",
      "zipCode" : "...",
      "address5" : "...",
      "address3" : "...",
      "country" : { },
      "address2" : "..."
    },
    "minimumLabelEl" : "...",
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "dueBalance" : "...",
    "dateStatus" : 12345,
    "preferredPaymentMethodType" : "STRIPE"
  },
  "notified" : true,
  "auditableFields" : [ {
    "fieldName" : "...",
    "notfiable" : true,
    "auditType" : "RENEWAL",
    "historized" : true,
    "previousState" : { },
    "currentState" : { },
    "historable" : true,
    "notified" : true
  }, {
    "fieldName" : "...",
    "notfiable" : true,
    "auditType" : "STATUS",
    "historized" : true,
    "previousState" : { },
    "currentState" : { },
    "historable" : true,
    "notified" : true
  } ],
  "action" : "...",
  "version" : 12345,
  "preferred" : true,
  "info1" : "...",
  "alias" : "...",
  "historized" : true,
  "expired" : true
}