PaymentInformationResponseDto
The payment information.
paymentMethodstringnullablerequired
The payment method.
bankSwiftCodestringnullablerequired
The SWIFT code of the bank.
bankIbanNumberstringnullablerequired
The IBAN number of the bank account.
PaymentInformationResponseDto
{
"paymentMethod": "string",
"bankSwiftCode": "string",
"bankIbanNumber": "string"
}