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
EncodingErrorDeclaration
Swift
public func encode(to encoder: Encoder) throwsParameters
encoderEncoder.
AddressType Enumeration Reference