Address

public class Address : Codable

Address

  • id

    Address id

    Declaration

    Swift

    public var id: Int
  • Address Label

    Declaration

    Swift

    public var label: String?
  • City

    Declaration

    Swift

    public var city: String?
  • State

    Declaration

    Swift

    public var state: String?
  • Country

    Declaration

    Swift

    public var country: String?
  • zip

    Zip code

    Declaration

    Swift

    public var zip: String?
  • To determine is primary address of patron or not ( 1 | 0 )

    Declaration

    Swift

    public var is_primary: Int?
  • Created date

    Declaration

    Swift

    public var created_at: String?
  • Last updated date

    Declaration

    Swift

    public var updated_at: String?