配送先許可エリア
名前空間: jp.veritrans.tercerog.mdk.dto半角英字 最大桁数:256
配送先を許可する国名をカンマ区切りで指定します。
- 半角256文字以内
例) "USA,JPN" など
※ 未指定の場合は、マーチャント登録時に設定した値を使用
アセンブリ: cg-mdk-dto (in cg-mdk-dto.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C# |
---|
public string ShippingLocationProfile { get; set; } |
Visual Basic |
---|
Public Property ShippingLocationProfile As String Get Set |
Visual C++ |
---|
public: property String^ ShippingLocationProfile { String^ get (); void set (String^ value); } |