| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected LegalOrganizationForm |
Address.legalOrganizationForm |
protected LegalOrganizationForm |
CustomerPostalAddress.legalOrganizationForm |
| Modifier and Type | Method and Description |
|---|---|
LegalOrganizationForm |
Address.getLegalOrganizationForm() |
LegalOrganizationForm |
CustomerPostalAddress.getLegalOrganizationForm() |
| Modifier and Type | Method and Description |
|---|---|
LegalOrganizationForm |
LegalOrganizationFormService.read(Long id)
Read
Reads the entity with the given 'id' and returns it.
|
LegalOrganizationForm |
LegalOrganizationFormService.read(Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
List<LegalOrganizationForm> |
LegalOrganizationFormService.all()
All
This operation returns all entities which are available.
|
List<LegalOrganizationForm> |
LegalOrganizationFormService.all(Map<String,Object> params)
All
This operation returns all entities which are available.
|
List<LegalOrganizationForm> |
LegalOrganizationFormService.country(String code)
Find by Country
This operation returns all legal organization forms for a given country.
|
List<LegalOrganizationForm> |
LegalOrganizationFormService.country(String code,
Map<String,Object> params)
Find by Country
This operation returns all legal organization forms for a given country.
|
Copyright © 2023. All rights reserved.