Class ShippingAddress

java.lang.Object
io.github.natanimn.telebof.types.payments.ShippingAddress
All Implemented Interfaces:
Serializable

public class ShippingAddress extends Object implements Serializable
This class represents a shipping address.
Since:
3 March 2025
See Also:
  • Field Details

    • country_code

      public String country_code
      Two-letter ISO 3166-1 alpha-2 country code
    • state

      public String state
      State, if applicable
    • city

      public String city
      City
    • street_line1

      public String street_line1
      First line for the address
    • street_line2

      public String street_line2
      Second line for the address
    • post_code

      public String post_code
      Address of post code
  • Constructor Details

    • ShippingAddress

      public ShippingAddress()
  • Method Details