PaymentInformationDto
Payment information DTO model.
paymentMethodIdstring
Identifier of the given payment method
Example:
DirectPayment01
paymentReferencestringnullable
The reference of the payment
Example:
T-155
paymentTermsIdstringnullable
Identifier for the payment terms
Example:
WithoutVat-5
bankSwiftCodestringnullable
Bank swift code
Example:
AAAA-BB-CC-123
bankIbanNumberstringnullable
Bank IBAN number
Example:
AA12345678901234567890
PaymentInformationDto
{
"paymentMethodId": "DirectPayment01",
"paymentReference": "T-155",
"paymentTermsId": "WithoutVat-5",
"bankSwiftCode": "AAAA-BB-CC-123",
"bankIbanNumber": "AA12345678901234567890"
}