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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionCityTwo-letter ISO 3166-1 alpha-2 country codeAddress of post codeState, if applicableFirst line for the addressSecond line for the address -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
country_code
Two-letter ISO 3166-1 alpha-2 country code -
state
State, if applicable -
city
City -
street_line1
First line for the address -
street_line2
Second line for the address -
post_code
Address of post code
-
-
Constructor Details
-
ShippingAddress
public ShippingAddress()
-
-
Method Details
-
equals
-
hashCode
-