ShippingAddress

telegramium.bots.ShippingAddress
final case class ShippingAddress(countryCode: String, state: String, city: String, streetLine1: String, streetLine2: String, postCode: String)

This object represents a shipping address.

Value parameters

city

City

countryCode

Two-letter ISO 3166-1 alpha-2 country code

postCode

Address post code

state

State, if applicable

streetLine1

First line for the address

streetLine2

Second line for the address

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product