public class AmazonpayAuthorizeRequestDto extends AbstractPaymentRequestDto
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
SERVICE_COMMAND
決済サービスコマンド
半角英数字 必須項目、固定値 |
static String |
SERVICE_TYPE
決済サービスタイプ
半角英数字 必須項目、固定値 |
コンストラクタと説明 |
---|
AmazonpayAuthorizeRequestDto() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
_setMaskedLog(String maskedLog)
ログ用文字列(マスク済み)を設定する
|
String |
getAccountingType()
課金種別を取得する
|
String |
getAddressRestrictions()
配送先制限リストを取得する
|
String |
getAmount()
決済金額を取得する
|
String |
getAuthorizePushUrl()
与信時プッシュ先URLを取得する
|
String |
getCancelPushUrl()
キャンセル時プッシュ先URLを取得する
|
String |
getCancelUrl()
キャンセル時URLを取得する
|
String |
getCapturePushUrl()
売上時プッシュ先URLを取得する
|
String |
getConsentAuthType()
承諾時決済タイプを取得する
|
String |
getErrorUrl()
エラー時URLを取得する
|
String |
getExtendExpiration()
与信期限延長フラグを取得する
|
String |
getFrequencyUnit()
頻度(単位)を取得する
|
String |
getFrequencyValue()
頻度(値)を取得する
|
String |
getNoteToBuyer()
注文説明を取得する
|
String |
getOrderId()
取引IDを取得する
|
String |
getPayConfirmScreenType()
決済確認画面種別を取得する
|
String |
getPayConfirmScreenUrl()
決済確認画面URLを取得する
|
PayNowIdParam |
getPayNowIdParam()
非推奨です。
|
String |
getPlatformId()
プラットフォームIDを取得する
|
String |
getServiceCommand()
決済サービスコマンドを取得する
|
String |
getServiceType()
決済サービスタイプを取得する
|
String |
getSuccessUrl()
完了時URLを取得する
|
String |
getSuppressShippingAddressView()
配送先表示抑止フラグを取得する
|
String |
getWithCapture()
与信同時売上フラグを取得する
|
void |
setAccountingType(String accountingType)
課金種別を設定する
|
void |
setAddressRestrictions(String addressRestrictions)
配送先制限リストを設定する
|
void |
setAmount(String amount)
決済金額を設定する
|
void |
setAuthorizePushUrl(String authorizePushUrl)
与信時プッシュ先URLを設定する
|
void |
setCancelPushUrl(String cancelPushUrl)
キャンセル時プッシュ先URLを設定する
|
void |
setCancelUrl(String cancelUrl)
キャンセル時URLを設定する
|
void |
setCapturePushUrl(String capturePushUrl)
売上時プッシュ先URLを設定する
|
void |
setConsentAuthType(String consentAuthType)
承諾時決済タイプを設定する
|
void |
setErrorUrl(String errorUrl)
エラー時URLを設定する
|
void |
setExtendExpiration(String extendExpiration)
与信期限延長フラグを設定する
|
void |
setFrequencyUnit(String frequencyUnit)
頻度(単位)を設定する
|
void |
setFrequencyValue(String frequencyValue)
頻度(値)を設定する
|
void |
setNoteToBuyer(String noteToBuyer)
注文説明を設定する
|
void |
setOrderId(String orderId)
取引IDを設定する
|
void |
setPayConfirmScreenType(String payConfirmScreenType)
決済確認画面種別を設定する
|
void |
setPayConfirmScreenUrl(String payConfirmScreenUrl)
決済確認画面URLを設定する
|
void |
setPlatformId(String platformId)
プラットフォームIDを設定する
|
void |
setSuccessUrl(String successUrl)
完了時URLを設定する
|
void |
setSuppressShippingAddressView(String suppressShippingAddressView)
配送先表示抑止フラグを設定する
|
void |
setWithCapture(String withCapture)
与信同時売上フラグを設定する
|
String |
toString()
ログ用文字列(マスク済み)を取得する
|
getAccountId, getCreateDate, getFreeKey, getMemo1, getMemo2, getMemo3, getReceiptData, setAccountId, setCreateDate, setFreeKey, setMemo1, setMemo2, setMemo3, setReceiptData
public String getServiceType()
public String getServiceCommand()
public String getOrderId()
public void setOrderId(String orderId)
orderId
- 取引IDpublic String getAccountingType()
public void setAccountingType(String accountingType)
accountingType
- 課金種別public String getConsentAuthType()
public void setConsentAuthType(String consentAuthType)
consentAuthType
- 承諾時決済タイプpublic String getAmount()
public void setAmount(String amount)
amount
- 決済金額public String getWithCapture()
public void setWithCapture(String withCapture)
withCapture
- 与信同時売上フラグpublic String getSuppressShippingAddressView()
public void setSuppressShippingAddressView(String suppressShippingAddressView)
suppressShippingAddressView
- 配送先表示抑止フラグpublic String getPlatformId()
public void setPlatformId(String platformId)
platformId
- プラットフォームIDpublic String getNoteToBuyer()
public void setNoteToBuyer(String noteToBuyer)
noteToBuyer
- 注文説明public String getSuccessUrl()
public void setSuccessUrl(String successUrl)
successUrl
- 完了時URLpublic String getCancelUrl()
public void setCancelUrl(String cancelUrl)
cancelUrl
- キャンセル時URLpublic String getErrorUrl()
public void setErrorUrl(String errorUrl)
errorUrl
- エラー時URLpublic String getAuthorizePushUrl()
public void setAuthorizePushUrl(String authorizePushUrl)
authorizePushUrl
- 与信時プッシュ先URLpublic String getCapturePushUrl()
public void setCapturePushUrl(String capturePushUrl)
capturePushUrl
- 売上時プッシュ先URLpublic String getCancelPushUrl()
public void setCancelPushUrl(String cancelPushUrl)
cancelPushUrl
- キャンセル時プッシュ先URLpublic String getFrequencyUnit()
public void setFrequencyUnit(String frequencyUnit)
frequencyUnit
- 頻度(単位)public String getFrequencyValue()
public void setFrequencyValue(String frequencyValue)
frequencyValue
- 頻度(値)public String getAddressRestrictions()
public void setAddressRestrictions(String addressRestrictions)
addressRestrictions
- 配送先制限リストpublic String getPayConfirmScreenType()
public void setPayConfirmScreenType(String payConfirmScreenType)
payConfirmScreenType
- 決済確認画面種別public String getPayConfirmScreenUrl()
public void setPayConfirmScreenUrl(String payConfirmScreenUrl)
payConfirmScreenUrl
- 決済確認画面URLpublic String getExtendExpiration()
public void setExtendExpiration(String extendExpiration)
extendExpiration
- 与信期限延長フラグpublic void _setMaskedLog(String maskedLog)
maskedLog
- ログ用文字列(マスク済み)public String toString()
@Deprecated public PayNowIdParam getPayNowIdParam()
Copyright © 2024. All rights reserved.