PLocationAddress

public class PLocationAddress : Mappable

Location Address model

  • Address line 1

    Declaration

    Swift

    public var address_line1: String?
  • Address line 2

    Declaration

    Swift

    public var address_line2: String?
  • State

    Declaration

    Swift

    public var state: String?
  • Country

    Declaration

    Swift

    public var country: String?
  • City

    Declaration

    Swift

    public var city: String?
  • Zipcode

    Declaration

    Swift

    public var zipcode: String?
  • JSON Mapper

    Declaration

    Swift

    required public init(map: Mapper) throws