Skip to main content

PaymentModeDto

A payment mode. SOAP equivalent: ACPO_PaymentMode.

paymentModeIdinteger<int32>required

Payment mode identifier (SOAP: ID_PaymentMode).

labelstringnullable

Display label (SOAP: Label).

providerstringnullable

Payment provider / gateway (SOAP: Prestataire).

accountInfo1stringnullable

Provider account information 1 (SOAP: AccountInfo1).

accountInfo2stringnullable

Provider account information 2 (SOAP: AccountInfo2).

accountInfo3stringnullable

Provider account information 3 (SOAP: AccountInfo3).

PaymentModeDto
{
"paymentModeId": 0,
"label": "string",
"provider": "string",
"accountInfo1": "string",
"accountInfo2": "string",
"accountInfo3": "string"
}