Class MasterpassLoginRequestDto

Description

決済サービスタイプ:MasterPass、コマンド名:認証の要求Dtoクラス

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --MasterpassLoginRequestDto
Method Summary
string getCancelUrl ()
string getD3Flag ()
string getDescription1 ()
string getDescription2 ()
string getDescription3 ()
string getDescription4 ()
string getDescription5 ()
string getDescription6 ()
string getDescription7 ()
string getDescription8 ()
string getDescription9 ()
string getDescription10 ()
string getErrorUrl ()
string getImageUrl1 ()
string getImageUrl2 ()
string getImageUrl3 ()
string getImageUrl4 ()
string getImageUrl5 ()
string getImageUrl6 ()
string getImageUrl7 ()
string getImageUrl8 ()
string getImageUrl9 ()
string getImageUrl10 ()
string getItemAmount ()
string getItemId ()
string getOrderId ()
string getQuantity1 ()
string getQuantity2 ()
string getQuantity3 ()
string getQuantity4 ()
string getQuantity5 ()
string getQuantity6 ()
string getQuantity7 ()
string getQuantity8 ()
string getQuantity9 ()
string getQuantity10 ()
string getServiceCommand ()
string getServiceType ()
string getSuccessUrl ()
string getValue1 ()
string getValue2 ()
string getValue3 ()
string getValue4 ()
string getValue5 ()
string getValue6 ()
string getValue7 ()
string getValue8 ()
string getValue9 ()
string getValue10 ()
void setCancelUrl (string $cancelUrl)
void setD3Flag (string $d3Flag)
void setDescription1 (string $description1)
void setDescription2 (string $description2)
void setDescription3 (string $description3)
void setDescription4 (string $description4)
void setDescription5 (string $description5)
void setDescription6 (string $description6)
void setDescription7 (string $description7)
void setDescription8 (string $description8)
void setDescription9 (string $description9)
void setDescription10 (string $description10)
void setErrorUrl (string $errorUrl)
void setImageUrl1 (string $imageUrl1)
void setImageUrl2 (string $imageUrl2)
void setImageUrl3 (string $imageUrl3)
void setImageUrl4 (string $imageUrl4)
void setImageUrl5 (string $imageUrl5)
void setImageUrl6 (string $imageUrl6)
void setImageUrl7 (string $imageUrl7)
void setImageUrl8 (string $imageUrl8)
void setImageUrl9 (string $imageUrl9)
void setImageUrl10 (string $imageUrl10)
void setItemAmount (string $itemAmount)
void setItemId (string $itemId)
void setOrderId (string $orderId)
void setQuantity1 (string $quantity1)
void setQuantity2 (string $quantity2)
void setQuantity3 (string $quantity3)
void setQuantity4 (string $quantity4)
void setQuantity5 (string $quantity5)
void setQuantity6 (string $quantity6)
void setQuantity7 (string $quantity7)
void setQuantity8 (string $quantity8)
void setQuantity9 (string $quantity9)
void setQuantity10 (string $quantity10)
void setShippingLocationProfile (string $shippingLocationProfile)
void setSuccessUrl (string $successUrl)
void setSuppressShippingAddress (string $suppressShippingAddress)
void setValue1 (string $value1)
void setValue2 (string $value2)
void setValue3 (string $value3)
void setValue4 (string $value4)
void setValue5 (string $value5)
void setValue6 (string $value6)
void setValue7 (string $value7)
void setValue8 (string $value8)
void setValue9 (string $value9)
void setValue10 (string $value10)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getCancelUrl (line 1282)

認証キャンセル時URLを取得する

  • return: 認証キャンセル時URL
  • access: public
string getCancelUrl ()
getD3Flag (line 1250)

3Dセキュアを取得する

  • return: 3Dセキュア
  • access: public
string getD3Flag ()
getDescription1 (line 578)

表示用商品説明1を取得する

  • return: 表示用商品説明1
  • access: public
string getDescription1 ()
getDescription2 (line 642)

表示用商品説明2を取得する

  • return: 表示用商品説明2
  • access: public
string getDescription2 ()
getDescription3 (line 706)

表示用商品説明3を取得する

  • return: 表示用商品説明3
  • access: public
string getDescription3 ()
getDescription4 (line 770)

表示用商品説明4を取得する

  • return: 表示用商品説明4
  • access: public
string getDescription4 ()
getDescription5 (line 834)

表示用商品説明5を取得する

  • return: 表示用商品説明5
  • access: public
string getDescription5 ()
getDescription6 (line 898)

表示用商品説明6を取得する

  • return: 表示用商品説明6
  • access: public
string getDescription6 ()
getDescription7 (line 962)

表示用商品説明7を取得する

  • return: 表示用商品説明7
  • access: public
string getDescription7 ()
getDescription8 (line 1026)

表示用商品説明8を取得する

  • return: 表示用商品説明8
  • access: public
string getDescription8 ()
getDescription9 (line 1090)

表示用商品説明9を取得する

  • return: 表示用商品説明9
  • access: public
string getDescription9 ()
getDescription10 (line 1154)

表示用商品説明10を取得する

  • return: 表示用商品説明10
  • access: public
string getDescription10 ()
getErrorUrl (line 1298)

認証エラー時URLを取得する

  • return: 認証エラー時URL
  • access: public
string getErrorUrl ()
getImageUrl1 (line 626)

表示用商品イメージURL1を取得する

  • return: 表示用商品イメージURL1
  • access: public
string getImageUrl1 ()
getImageUrl2 (line 690)

表示用商品イメージURL2を取得する

  • return: 表示用商品イメージURL2
  • access: public
string getImageUrl2 ()
getImageUrl3 (line 754)

表示用商品イメージURL3を取得する

  • return: 表示用商品イメージURL3
  • access: public
string getImageUrl3 ()
getImageUrl4 (line 818)

表示用商品イメージURL4を取得する

  • return: 表示用商品イメージURL4
  • access: public
string getImageUrl4 ()
getImageUrl5 (line 882)

表示用商品イメージURL5を取得する

  • return: 表示用商品イメージURL5
  • access: public
string getImageUrl5 ()
getImageUrl6 (line 946)

表示用商品イメージURL6を取得する

  • return: 表示用商品イメージURL6
  • access: public
string getImageUrl6 ()
getImageUrl7 (line 1010)

表示用商品イメージURL7を取得する

  • return: 表示用商品イメージURL7
  • access: public
string getImageUrl7 ()
getImageUrl8 (line 1074)

表示用商品イメージURL8を取得する

  • return: 表示用商品イメージURL8
  • access: public
string getImageUrl8 ()
getImageUrl9 (line 1138)

表示用商品イメージURL9を取得する

  • return: 表示用商品イメージURL9
  • access: public
string getImageUrl9 ()
getImageUrl10 (line 1202)

表示用商品イメージURL10を取得する

  • return: 表示用商品イメージURL10
  • access: public
string getImageUrl10 ()
getItemAmount (line 546)

合計金額を取得する

  • return: 合計金額
  • access: public
string getItemAmount ()
getItemId (line 562)

商品番号を取得する

  • return: 商品番号
  • access: public
string getItemId ()
getOrderId (line 530)

取引IDを取得する

  • return: 取引ID
  • access: public
string getOrderId ()
getQuantity1 (line 610)

表示用商品数量1を取得する

  • return: 表示用商品数量1
  • access: public
string getQuantity1 ()
getQuantity2 (line 674)

表示用商品数量2を取得する

  • return: 表示用商品数量2
  • access: public
string getQuantity2 ()
getQuantity3 (line 738)

表示用商品数量3を取得する

  • return: 表示用商品数量3
  • access: public
string getQuantity3 ()
getQuantity4 (line 802)

表示用商品数量4を取得する

  • return: 表示用商品数量4
  • access: public
string getQuantity4 ()
getQuantity5 (line 866)

表示用商品数量5を取得する

  • return: 表示用商品数量5
  • access: public
string getQuantity5 ()
getQuantity6 (line 930)

表示用商品数量6を取得する

  • return: 表示用商品数量6
  • access: public
string getQuantity6 ()
getQuantity7 (line 994)

表示用商品数量7を取得する

  • return: 表示用商品数量7
  • access: public
string getQuantity7 ()
getQuantity8 (line 1058)

表示用商品数量8を取得する

  • return: 表示用商品数量8
  • access: public
string getQuantity8 ()
getQuantity9 (line 1122)

表示用商品数量9を取得する

  • return: 表示用商品数量9
  • access: public
string getQuantity9 ()
getQuantity10 (line 1186)

表示用商品数量10を取得する

  • return: 表示用商品数量10
  • access: public
string getQuantity10 ()
getServiceCommand (line 522)

決済サービスコマンドを取得する

  • return: 決済サービスコマンド
  • access: public
string getServiceCommand ()
getServiceType (line 514)

決済サービスタイプを取得する

  • return: 決済サービスタイプ
  • access: public
string getServiceType ()
getShippingLocationProfile (line 1234)

配送先許可エリアを取得する

  • return: 配送先許可エリア
  • access: public
string getShippingLocationProfile ()
getSuccessUrl (line 1266)

認証完了時URLを取得する

  • return: 認証完了時URL
  • access: public
string getSuccessUrl ()
getSuppressShippingAddress (line 1218)

配送先抑止フラグを取得する

  • return: 配送先抑止フラグ
  • access: public
string getSuppressShippingAddress ()
getValue1 (line 594)

表示用商品金額1を取得する

  • return: 表示用商品金額1
  • access: public
string getValue1 ()
getValue2 (line 658)

表示用商品金額2を取得する

  • return: 表示用商品金額2
  • access: public
string getValue2 ()
getValue3 (line 722)

表示用商品金額3を取得する

  • return: 表示用商品金額3
  • access: public
string getValue3 ()
getValue4 (line 786)

表示用商品金額4を取得する

  • return: 表示用商品金額4
  • access: public
string getValue4 ()
getValue5 (line 850)

表示用商品金額5を取得する

  • return: 表示用商品金額5
  • access: public
string getValue5 ()
getValue6 (line 914)

表示用商品金額6を取得する

  • return: 表示用商品金額6
  • access: public
string getValue6 ()
getValue7 (line 978)

表示用商品金額7を取得する

  • return: 表示用商品金額7
  • access: public
string getValue7 ()
getValue8 (line 1042)

表示用商品金額8を取得する

  • return: 表示用商品金額8
  • access: public
string getValue8 ()
getValue9 (line 1106)

表示用商品金額9を取得する

  • return: 表示用商品金額9
  • access: public
string getValue9 ()
getValue10 (line 1170)

表示用商品金額10を取得する

  • return: 表示用商品金額10
  • access: public
string getValue10 ()
setCancelUrl (line 1290)

認証キャンセル時URLを設定する

  • access: public
void setCancelUrl (string $cancelUrl)
  • string $cancelUrl: 認証キャンセル時URL
setD3Flag (line 1258)

3Dセキュアを設定する

  • access: public
void setD3Flag (string $d3Flag)
  • string $d3Flag: 3Dセキュア
setDescription1 (line 586)

表示用商品説明1を設定する

  • access: public
void setDescription1 (string $description1)
  • string $description1: 表示用商品説明1
setDescription2 (line 650)

表示用商品説明2を設定する

  • access: public
void setDescription2 (string $description2)
  • string $description2: 表示用商品説明2
setDescription3 (line 714)

表示用商品説明3を設定する

  • access: public
void setDescription3 (string $description3)
  • string $description3: 表示用商品説明3
setDescription4 (line 778)

表示用商品説明4を設定する

  • access: public
void setDescription4 (string $description4)
  • string $description4: 表示用商品説明4
setDescription5 (line 842)

表示用商品説明5を設定する

  • access: public
void setDescription5 (string $description5)
  • string $description5: 表示用商品説明5
setDescription6 (line 906)

表示用商品説明6を設定する

  • access: public
void setDescription6 (string $description6)
  • string $description6: 表示用商品説明6
setDescription7 (line 970)

表示用商品説明7を設定する

  • access: public
void setDescription7 (string $description7)
  • string $description7: 表示用商品説明7
setDescription8 (line 1034)

表示用商品説明8を設定する

  • access: public
void setDescription8 (string $description8)
  • string $description8: 表示用商品説明8
setDescription9 (line 1098)

表示用商品説明9を設定する

  • access: public
void setDescription9 (string $description9)
  • string $description9: 表示用商品説明9
setDescription10 (line 1162)

表示用商品説明10を設定する

  • access: public
void setDescription10 (string $description10)
  • string $description10: 表示用商品説明10
setErrorUrl (line 1306)

認証エラー時URLを設定する

  • access: public
void setErrorUrl (string $errorUrl)
  • string $errorUrl: 認証エラー時URL
setImageUrl1 (line 634)

表示用商品イメージURL1を設定する

  • access: public
void setImageUrl1 (string $imageUrl1)
  • string $imageUrl1: 表示用商品イメージURL1
setImageUrl2 (line 698)

表示用商品イメージURL2を設定する

  • access: public
void setImageUrl2 (string $imageUrl2)
  • string $imageUrl2: 表示用商品イメージURL2
setImageUrl3 (line 762)

表示用商品イメージURL3を設定する

  • access: public
void setImageUrl3 (string $imageUrl3)
  • string $imageUrl3: 表示用商品イメージURL3
setImageUrl4 (line 826)

表示用商品イメージURL4を設定する

  • access: public
void setImageUrl4 (string $imageUrl4)
  • string $imageUrl4: 表示用商品イメージURL4
setImageUrl5 (line 890)

表示用商品イメージURL5を設定する

  • access: public
void setImageUrl5 (string $imageUrl5)
  • string $imageUrl5: 表示用商品イメージURL5
setImageUrl6 (line 954)

表示用商品イメージURL6を設定する

  • access: public
void setImageUrl6 (string $imageUrl6)
  • string $imageUrl6: 表示用商品イメージURL6
setImageUrl7 (line 1018)

表示用商品イメージURL7を設定する

  • access: public
void setImageUrl7 (string $imageUrl7)
  • string $imageUrl7: 表示用商品イメージURL7
setImageUrl8 (line 1082)

表示用商品イメージURL8を設定する

  • access: public
void setImageUrl8 (string $imageUrl8)
  • string $imageUrl8: 表示用商品イメージURL8
setImageUrl9 (line 1146)

表示用商品イメージURL9を設定する

  • access: public
void setImageUrl9 (string $imageUrl9)
  • string $imageUrl9: 表示用商品イメージURL9
setImageUrl10 (line 1210)

表示用商品イメージURL10を設定する

  • access: public
void setImageUrl10 (string $imageUrl10)
  • string $imageUrl10: 表示用商品イメージURL10
setItemAmount (line 554)

合計金額を設定する

  • access: public
void setItemAmount (string $itemAmount)
  • string $itemAmount: 合計金額
setItemId (line 570)

商品番号を設定する

  • access: public
void setItemId (string $itemId)
  • string $itemId: 商品番号
setOrderId (line 538)

取引IDを設定する

  • access: public
void setOrderId (string $orderId)
  • string $orderId: 取引ID
setQuantity1 (line 618)

表示用商品数量1を設定する

  • access: public
void setQuantity1 (string $quantity1)
  • string $quantity1: 表示用商品数量1
setQuantity2 (line 682)

表示用商品数量2を設定する

  • access: public
void setQuantity2 (string $quantity2)
  • string $quantity2: 表示用商品数量2
setQuantity3 (line 746)

表示用商品数量3を設定する

  • access: public
void setQuantity3 (string $quantity3)
  • string $quantity3: 表示用商品数量3
setQuantity4 (line 810)

表示用商品数量4を設定する

  • access: public
void setQuantity4 (string $quantity4)
  • string $quantity4: 表示用商品数量4
setQuantity5 (line 874)

表示用商品数量5を設定する

  • access: public
void setQuantity5 (string $quantity5)
  • string $quantity5: 表示用商品数量5
setQuantity6 (line 938)

表示用商品数量6を設定する

  • access: public
void setQuantity6 (string $quantity6)
  • string $quantity6: 表示用商品数量6
setQuantity7 (line 1002)

表示用商品数量7を設定する

  • access: public
void setQuantity7 (string $quantity7)
  • string $quantity7: 表示用商品数量7
setQuantity8 (line 1066)

表示用商品数量8を設定する

  • access: public
void setQuantity8 (string $quantity8)
  • string $quantity8: 表示用商品数量8
setQuantity9 (line 1130)

表示用商品数量9を設定する

  • access: public
void setQuantity9 (string $quantity9)
  • string $quantity9: 表示用商品数量9
setQuantity10 (line 1194)

表示用商品数量10を設定する

  • access: public
void setQuantity10 (string $quantity10)
  • string $quantity10: 表示用商品数量10
setShippingLocationProfile (line 1242)

配送先許可エリアを設定する

  • access: public
void setShippingLocationProfile (string $shippingLocationProfile)
  • string $shippingLocationProfile: 配送先許可エリア
setSuccessUrl (line 1274)

認証完了時URLを設定する

  • access: public
void setSuccessUrl (string $successUrl)
  • string $successUrl: 認証完了時URL
setSuppressShippingAddress (line 1226)

配送先抑止フラグを設定する

  • access: public
void setSuppressShippingAddress (string $suppressShippingAddress)
  • string $suppressShippingAddress: 配送先抑止フラグ
setValue1 (line 602)

表示用商品金額1を設定する

  • access: public
void setValue1 (string $value1)
  • string $value1: 表示用商品金額1
setValue2 (line 666)

表示用商品金額2を設定する

  • access: public
void setValue2 (string $value2)
  • string $value2: 表示用商品金額2
setValue3 (line 730)

表示用商品金額3を設定する

  • access: public
void setValue3 (string $value3)
  • string $value3: 表示用商品金額3
setValue4 (line 794)

表示用商品金額4を設定する

  • access: public
void setValue4 (string $value4)
  • string $value4: 表示用商品金額4
setValue5 (line 858)

表示用商品金額5を設定する

  • access: public
void setValue5 (string $value5)
  • string $value5: 表示用商品金額5
setValue6 (line 922)

表示用商品金額6を設定する

  • access: public
void setValue6 (string $value6)
  • string $value6: 表示用商品金額6
setValue7 (line 986)

表示用商品金額7を設定する

  • access: public
void setValue7 (string $value7)
  • string $value7: 表示用商品金額7
setValue8 (line 1050)

表示用商品金額8を設定する

  • access: public
void setValue8 (string $value8)
  • string $value8: 表示用商品金額8
setValue9 (line 1114)

表示用商品金額9を設定する

  • access: public
void setValue9 (string $value9)
  • string $value9: 表示用商品金額9
setValue10 (line 1178)

表示用商品金額10を設定する

  • access: public
void setValue10 (string $value10)
  • string $value10: 表示用商品金額10
_setMaskedLog (line 1315)

ログ用文字列(マスク済み)を設定する

  • access: public
void _setMaskedLog (string $maskedLog)
  • string $maskedLog: ログ用文字列(マスク済み)
__toString (line 1323)

ログ用文字列(マスク済み)を取得する

  • return: ログ用文字列(マスク済み)
  • access: public
string __toString ()

Inherited Methods

Inherited From AbstractPaymentRequestDto

AbstractPaymentRequestDto::existAccountBasicParam()
AbstractPaymentRequestDto::existAccountParam()
AbstractPaymentRequestDto::existBankAccountParam()
AbstractPaymentRequestDto::existCardParam()
AbstractPaymentRequestDto::existPayNowIdParam()
AbstractPaymentRequestDto::existRecurringChargeParam()
AbstractPaymentRequestDto::getAccountId()
AbstractPaymentRequestDto::getCreateDate()
AbstractPaymentRequestDto::getFreeKey()
AbstractPaymentRequestDto::getMemo1()
AbstractPaymentRequestDto::getMemo2()
AbstractPaymentRequestDto::getMemo3()
AbstractPaymentRequestDto::getReceiptData()
AbstractPaymentRequestDto::setAccountId()
AbstractPaymentRequestDto::setCreateDate()
AbstractPaymentRequestDto::setFreeKey()
AbstractPaymentRequestDto::setMemo1()
AbstractPaymentRequestDto::setMemo2()
AbstractPaymentRequestDto::setMemo3()
AbstractPaymentRequestDto::setReceiptData()

Documentation generated on Tue, 12 Mar 2024 14:04:56 +0900 by phpDocumentor 1.4.4