au.org.consumerdatastandards.api.banking.models.BankingInternationalPayeeBeneficiaryDetails Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-model Show documentation
Show all versions of api-model Show documentation
This artefact describes the Consumer Data Standards using Java classes and annotations in a way suitable for automatic generation of Open API Specification, documentation, Server Stub, Client Libraries and Reference Test.
package au.org.consumerdatastandards.api.banking.models;
import au.org.consumerdatastandards.support.data.*;
@DataDefinition(
referenced = false
)
public class BankingInternationalPayeeBeneficiaryDetails {
@Property(
description = "Name of the beneficiary"
)
String name;
@Property(
description = "Country where the beneficiary resides. A valid [ISO 3166 Alpha-3](https://www.iso.org/iso-3166-country-codes.html) country code",
required = true
)
@CDSDataType(CustomDataType.ExternalRef)
String country;
@Property(
description = "Response message for the payment"
)
String message;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy