AddressType

@objc
public enum AddressType : Int

Address type.

  • residential: Residential address.
  • commercial: Commercial address.
  • Residential address.

    Declaration

    Swift

    @objc(Residential)
    case residential
  • Commercial address

    Declaration

    Swift

    @objc(Commercial)
    case commercial
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Encodes the contents of the receiver.

    Throws

    EncodingError

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws

    Parameters

    encoder

    Encoder.