| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected CustomerAddressType |
CustomerAddress.addressType |
protected CustomerAddressType |
AbstractCustomerAddressActive.addressType |
| Modifier and Type | Method and Description |
|---|---|
static CustomerAddressType |
CustomerAddressType.fromValue(String text) |
CustomerAddressType |
CustomerAddress.getAddressType() |
CustomerAddressType |
AbstractCustomerAddressActive.getAddressType() |
static CustomerAddressType |
CustomerAddressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerAddressType[] |
CustomerAddressType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCustomerAddressActive |
AbstractCustomerAddressActive.addressType(CustomerAddressType addressType) |
void |
AbstractCustomerAddressActive.setAddressType(CustomerAddressType addressType) |
Copyright © 2021. All rights reserved.