GetSendingFeesResponse
Response containing the global sending fees.
sendingFees object[]nullable
The sending fees (SOAP: listSendingFees).
Array [
sendingFeeIdinteger<int32>required
Sending fee identifier (SOAP: ID_SendingFee).
labelstringnullable
Display label (SOAP: Label).
commentstringnullable
Free-form comment (SOAP: Comment).
feeTypestringnullable
Fee type (SOAP: FeeType).
unitAmountnumber<double>required
Unit amount (SOAP: UnitAmount).
globalAmountnumber<double>required
Global amount (SOAP: GlobalAmount).
typeCalculinteger<int32>required
Calculation type (SOAP: TypeCalcul).
deadLineUnitstringnullable
Deadline unit (SOAP: DeadLineUnit).
deadLineValueinteger<int32>required
Deadline value (SOAP: DeadLineValue).
]
GetSendingFeesResponse
{
"sendingFees": [
{
"sendingFeeId": 0,
"label": "string",
"comment": "string",
"feeType": "string",
"unitAmount": 0,
"globalAmount": 0,
"typeCalcul": 0,
"deadLineUnit": "string",
"deadLineValue": 0
}
]
}