The Class MandatInfoDto.
name | data type | description |
---|---|---|
id | string | The id. |
actionStatus | ActionStatus | The status response of the web service response. |
reference | string | The reference. |
state | MandatStateEnum | The state. |
standard | string | The standard. |
initialScore | number | The initial score. |
dateCreated | number | The date created. |
dateSigned | number | The date signed. |
paymentScheme | string | The payment scheme. |
bic | string | The bic. |
iban | string | The iban. |
bankName | string | The bank name. |
Example
{ "id" : "...", "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "reference" : "...", "state" : "revoked", "standard" : "...", "initialScore" : 12345, "dateCreated" : 12345, "dateSigned" : 12345, "paymentScheme" : "...", "bic" : "...", "iban" : "...", "bankName" : "..." }