Serialized Form
-
Package org.nentangso.core.client.vm
-
Package org.nentangso.core.config
-
Class org.nentangso.core.config.NtsKeycloakLocationProperties extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.nentangso.core.service.dto
-
Class org.nentangso.core.service.dto.AbstractAuditingDTO extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.nentangso.core.service.dto.LocationAddressDTO extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
address1
String address1
The location's street address. -
address2
String address2
The optional second line of the location's street address. -
city
String city
The city the location is in. -
country
String country
The country the location is in. -
countryCode
String countryCode
The two-letter code (ISO 3166-1 alpha-2 format) corresponding to country the location is in. -
localizedCountryName
String localizedCountryName
The localized name of the location's country. -
localizedProvinceName
String localizedProvinceName
The localized name of the location's region. Typically a province, state, or district. -
phone
String phone
The phone number of the location. This value can contain special characters, such as-or+. -
province
String province
The province, state, or district of the location. -
provinceCode
String provinceCode
The province, state, or district code (ISO 3166-2 alpha-2 format) of the location. -
zip
String zip
The zip or postal code.
-
-
Class org.nentangso.core.service.dto.LocationDTO extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
boolean active
Whether the location is active. Iftrue, then the location can be used to sell products, stock inventory, and fulfill orders. Merchants can deactivate locations from the Shopify admin. Deactivated locations don't contribute to the shop's location limit. -
address
LocationAddressDTO address
The address of this location. -
addressVerified
boolean addressVerified
Whether the location address has been verified. -
createdAt
Instant createdAt
The date and time (ISO 8601 format) when the location was created. -
deactivatedAt
Instant deactivatedAt
The date and time (ISO 8601 format) that the location was deactivated at. For example, 3:30 pm on September 7, 2019 in the time zone of UTC (Universal Time Coordinated) is represented as "2019-09-07T15:50:00Z". -
id
Long id
The ID of the location. -
name
String name
The name of the location. -
updatedAt
Instant updatedAt
The date and time (ISO 8601 format) when the location was last updated.
-
-