ParamMatrixSignatureDto
DTO representing the configuration of signature matrices.
idint64
Unique identifier for the matrix.
Example:
764826
clientSegmentstring
Client segment code.
Example:
P_SegmentClientContrat
transferMatrixEnabledstring
Indicates if the transfer matrix is enabled.
Example:
85
orderSubmissionMatrixEnabledstring
Indicates if the order submission matrix is enabled.
Example:
85
beneficiariesMatrixEnabledstring
Indicates if the beneficiaries matrix is enabled.
Example:
85
bankCheckMatrixEnabledstring
Indicates if the bank check matrix is enabled.
Example:
86
associatedBankCodestring
Associated bank code.
Example:
00004
tradeFinanceMatrixEnabledstring
Indicates if the trade finance matrix is enabled.
Example:
86
contractMatrixEnabledstring
Indicates if the contract matrix is enabled.
Example:
86
checkRequestMatrixEnabledstring
Indicates if the check request matrix is enabled.
Example:
85
invoicePaymentRequestMatrixEnabledstring
Indicates if the invoice payment request matrix is enabled.
Example:
86
ParamMatrixSignatureDto
{
"id": 764826,
"clientSegment": "P_SegmentClientContrat",
"transferMatrixEnabled": "85",
"orderSubmissionMatrixEnabled": "85",
"beneficiariesMatrixEnabled": "85",
"bankCheckMatrixEnabled": "86",
"associatedBankCode": "00004",
"tradeFinanceMatrixEnabled": "86",
"contractMatrixEnabled": "86",
"checkRequestMatrixEnabled": "85",
"invoicePaymentRequestMatrixEnabled": "86"
}