Class ScoreatpayDeliveryDto

Description

配送先情報クラス

  • author: Veritrans, Inc.

Located in /tgMdkDto/ScoreatpayDeliveryDto.php (line 8)


	
			
Method Summary
string getDeliveryId ()
ScoreatpayDetailDto[] getDetails ()
void setContact (ScoreatpayContactDto $contact)
void setDeliveryId (string $deliveryId)
void setDetails (ScoreatpayDetailDto[] $details)
Methods
getContact (line 55)

配送先情報を取得する

  • return: 配送先情報
  • access: public
ScoreatpayContactDto getContact ()
getDeliveryId (line 39)

配送先IDを取得する

  • return: 配送先ID
  • access: public
string getDeliveryId ()
getDetails (line 71)

明細を取得する

  • return: 明細
  • access: public
ScoreatpayDetailDto[] getDetails ()
setContact (line 63)

配送先情報を設定する

  • access: public
void setContact (ScoreatpayContactDto $contact)
setDeliveryId (line 47)

配送先IDを設定する

  • access: public
void setDeliveryId (string $deliveryId)
  • string $deliveryId: 配送先ID
setDetails (line 79)

明細を設定する

  • access: public
void setDetails (ScoreatpayDetailDto[] $details)
  • ScoreatpayDetailDto[] $details: 明細

Documentation generated on Tue, 12 Mar 2024 14:05:18 +0900 by phpDocumentor 1.4.4