Type

public enum ShippingAddress.`Type` : String, Codable

배송지 타입 열거형

  • Old

    지번 주소

    Declaration

    Swift

    case Old = "OLD"
  • New

    도로명 주소

    Declaration

    Swift

    case New = "NEW"