コンストラクタと説明 |
---|
ScoreatpayDeliveryDto() |
修飾子とタイプ | メソッドと説明 |
---|---|
ScoreatpayContactDto |
getContact()
配送先情報を取得する
|
String |
getDeliveryId()
配送先IDを取得する
|
ScoreatpayDetailDto[] |
getDetails()
明細を取得する
|
void |
setContact(ScoreatpayContactDto contact)
配送先情報を設定する
|
void |
setDeliveryId(String deliveryId)
配送先IDを設定する
|
void |
setDetails(ScoreatpayDetailDto[] details)
明細を設定する
|
public String getDeliveryId()
public void setDeliveryId(String deliveryId)
deliveryId
- 配送先IDpublic ScoreatpayContactDto getContact()
public void setContact(ScoreatpayContactDto contact)
contact
- 配送先情報public ScoreatpayDetailDto[] getDetails()
public void setDetails(ScoreatpayDetailDto[] details)
details
- 明細Copyright © 2024. All rights reserved.