|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.veritrans.tercerog.mdk.dto.AbstractPaymentRequestDto
jp.veritrans.tercerog.mdk.dto.AbstractPaymentVirtualAccRequestDto
jp.veritrans.tercerog.mdk.dto.VirtualaccDepositReverseRequestDto
public class VirtualaccDepositReverseRequestDto
決済サービスタイプ:銀行振込決済、コマンド名:入金取消の要求Dtoクラス
フィールドの概要 | |
---|---|
static String |
SERVICE_COMMAND
決済サービスコマンド 半角英数字 必須項目、固定値 |
static String |
SERVICE_TYPE
決済サービスタイプ 半角英数字 必須項目、固定値 |
コンストラクタの概要 | |
---|---|
VirtualaccDepositReverseRequestDto()
|
メソッドの概要 | |
---|---|
void |
_setMaskedLog(String maskedLog)
ログ用文字列(マスク済み)を設定する |
String |
getDepositId()
入金IDを取得する |
String |
getOrderId()
取引IDを取得する |
PayNowIdParam |
getPayNowIdParam()
推奨されていません。 |
String |
getServiceCommand()
決済サービスコマンドを取得する |
String |
getServiceOptionType()
サービスオプションタイプを取得する |
String |
getServiceType()
決済サービスタイプを取得する |
void |
setDepositId(String depositId)
入金IDを設定する |
void |
setOrderId(String orderId)
取引IDを設定する |
void |
setServiceOptionType(String serviceOptionType)
サービスオプションタイプを設定する |
String |
toString()
ログ用文字列(マスク済み)を取得する |
クラス jp.veritrans.tercerog.mdk.dto.AbstractPaymentVirtualAccRequestDto から継承されたメソッド |
---|
getRejectBankAccount, setRejectBankAccount |
クラス jp.veritrans.tercerog.mdk.dto.AbstractPaymentRequestDto から継承されたメソッド |
---|
getAccountId, getCreateDate, getFreeKey, getMemo1, getMemo2, getMemo3, getReceiptData, setAccountId, setCreateDate, setFreeKey, setMemo1, setMemo2, setMemo3, setReceiptData |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public static final String SERVICE_TYPE
public static final String SERVICE_COMMAND
コンストラクタの詳細 |
---|
public VirtualaccDepositReverseRequestDto()
メソッドの詳細 |
---|
public String getServiceType()
public String getServiceCommand()
public String getServiceOptionType()
public void setServiceOptionType(String serviceOptionType)
serviceOptionType
- サービスオプションタイプpublic String getOrderId()
public void setOrderId(String orderId)
orderId
- 取引IDpublic String getDepositId()
public void setDepositId(String depositId)
depositId
- 入金IDpublic void _setMaskedLog(String maskedLog)
maskedLog
- ログ用文字列(マスク済み)public String toString()
Object
内の toString
public PayNowIdParam getPayNowIdParam()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |