Developers
Search…
Introduction
Integration
Spring Boot Starter
Custom Integration
General
Data object descriptions
HealthStatus
DefaultOffer
DiscountOffer
ProductRelatedOffer
OfferType
OfferClassification
Order
OrderStatusChangeLog
ColorTheme
LoyaltyCard
DefaultLoyaltyCard
BonusLoyaltyCard
LoyaltyCardType
LoyaltyCardValidationType
Shipment
ShipmentStatus
Category
Addition
Address
Currency
BuyerParty
Campaign
CampaignCode
ClientCard
Information
Inspection
Invoice
LangCode
Price
Product
Quantity
SellerParty
Total
TotalVAT
Translatable
Receipt
ReceiptProduct
ReceiptLoyaltyCard
ReceiptCategory
VAT
Request & Responses
Campaign standard
Powered By
GitBook
Address
Address data transfer object description
Object description
Field
Type
Required
Description
level1
String
Yes
address level 1
level2
String
No
address level 2
level3
String
No
address level 3
level4
String
No
address level 4
level5
String
No
address level 5
level6
String
No
address level 6
level7
String
No
address level 7
level8
String
No
address level 8
postalCode
String
No
Postal code
Example
{
"level1"
:
"EE"
,
"level2"
:
"Harjumaa"
,
"level3"
:
"Tallinn"
,
"level4"
:
"kesklinn"
,
"level5"
:
"Tartu mnt."
,
"level6"
:
"53"
,
"level7"
:
null
,
"level8"
:
null
,
"postalCode"
:
"10115"
}
Previous
Addition
Next
Currency
Last modified
3yr ago
Copy link
Outline
Object description
Example