次の方法で共有


AddressType 列挙型

定義

AddressType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AddressType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AddressType = 
Public Enum AddressType
継承
AddressType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Commercial 2

商用住所。

None 0

アドレスの種類が不明です。

Residential 1

居住地住所。

適用対象