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