Class ScoreatpayDeliveryDto
配送先情報クラス
Inheritance
object
ScoreatpayDeliveryDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class ScoreatpayDeliveryDto
Properties
Contact
配送先情報
ScoreatpayContactDto
連絡先オブジェクトを設定します。
Declaration
[JsonProperty("contact")]
public ScoreatpayContactDto Contact { get; set; }
Property Value
Type | Description |
---|---|
ScoreatpayContactDto |
DeliveryId
配送先ID
文字列 最大桁数:25
取引内で一意な値を設定します。
Declaration
[JsonProperty("deliveryId")]
public string DeliveryId { get; set; }
Property Value
Type | Description |
---|---|
string |
Details
明細
ScoreatpayDetailDtoの配列
明細情報オブジェクトを配列で指定します。
Declaration
[JsonProperty("details")]
public ScoreatpayDetailDto[] Details { get; set; }
Property Value
Type | Description |
---|---|
ScoreatpayDetailDto[] |