currency

@get:Pattern(regexp = "^([A-Z]{3})$")
@get:Size(min = 3, max = 3)
var currency: String?

Parameters

currency

ISO 4217 currency format.