| Package | Description |
|---|---|
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
AddressData2 |
AddressData2.addressLine(String addressLine) |
AddressData2 |
AddressData2.addressLine2(String addressLine2) |
AddressData2 |
AddressData2.city(String city) |
AddressData2 |
AddressData2.country(String country) |
static AddressData2 |
AddressData2.fromJson(String jsonString)
Create an instance of AddressData2 given an JSON string
|
AddressData2 |
AddressData2.fullAddressLine(String fullAddressLine) |
AddressData2 |
CardData2.getAddress()
Get address
|
AddressData2 |
AddressData2.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AddressData2 |
AddressData2.state(String state) |
AddressData2 |
AddressData2.zip(String zip) |
| Modifier and Type | Method and Description |
|---|---|
CardData2 |
CardData2.address(AddressData2 address) |
void |
CardData2.setAddress(AddressData2 address) |
Copyright © 2024. All rights reserved.