Class ShippingAddress
java.lang.Object
io.github.natanimn.telebof.types.payments.ShippingAddress
- All Implemented Interfaces:
Serializable
This class represents a shipping address.
- Since:
- 3 March 2025
- Author:
- Natanim
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
countryCode
Two-letter ISO 3166-1 alpha-2 country code -
state
State, if applicable -
city
City -
streetLine1
First line for the address -
streetLine2
Second line for the address -
postCode
Address of post code
-
-
Constructor Details
-
ShippingAddress
public ShippingAddress() -
ShippingAddress
-
-
Method Details
-
getCountryCode
-
getState
-
getCity
-
getStreetLine1
-
getStreetLine2
-
getPostCode
-