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 SummaryFieldsModifier and TypeFieldDescriptionCityTwo-letter ISO 3166-1 alpha-2 country codeAddress of post codeState, if applicableFirst line for the addressSecond line for the address
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
country_codeTwo-letter ISO 3166-1 alpha-2 country code
- 
stateState, if applicable
- 
cityCity
- 
street_line1First line for the address
- 
street_line2Second line for the address
- 
post_codeAddress of post code
 
- 
- 
Constructor Details- 
ShippingAddresspublic ShippingAddress()
 
- 
- 
Method Details- 
equals
- 
hashCode
 
-