| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<RestAddressFormatField> |
RestAddressFormat.requiredFields |
protected List<RestAddressFormatField> |
RestAddressFormat.usedFields |
| Modifier and Type | Method and Description |
|---|---|
static RestAddressFormatField |
RestAddressFormatField.fromValue(String text) |
static RestAddressFormatField |
RestAddressFormatField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestAddressFormatField[] |
RestAddressFormatField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<RestAddressFormatField> |
RestAddressFormat.getRequiredFields()
The required fields indicate what fields are required within an address to comply with the address format.
|
List<RestAddressFormatField> |
RestAddressFormat.getUsedFields()
The used fields indicate what fields are used within this address format.
|
Copyright © 2022. All rights reserved.