Class ScoreatpayDeliveryDto
配送先情報クラス
Inherited Members
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[] |