|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.veritrans.tercerog.mdk.dto.AbstractPaymentRequestDto
jp.veritrans.tercerog.mdk.dto.AbstractPaymentVirtualAccRequestDto
jp.veritrans.tercerog.mdk.dto.VirtualaccDepositEntryRequestDto
public class VirtualaccDepositEntryRequestDto
決済サービスタイプ:銀行振込決済、コマンド名:入金の要求Dtoクラス
フィールドの概要 | |
---|---|
static String |
SERVICE_COMMAND
決済サービスコマンド 半角英数字 必須項目、固定値 |
static String |
SERVICE_TYPE
決済サービスタイプ 半角英数字 必須項目、固定値 |
コンストラクタの概要 | |
---|---|
VirtualaccDepositEntryRequestDto()
|
メソッドの概要 | |
---|---|
void |
_setMaskedLog(String maskedLog)
ログ用文字列(マスク済み)を設定する |
String |
getAmount()
金額を取得する |
String |
getDepositDate()
入金日を取得する |
String |
getOrderId()
取引IDを取得する |
PayNowIdParam |
getPayNowIdParam()
推奨されていません。 |
String |
getRegistrationMethod()
登録方法を取得する |
String |
getServiceCommand()
決済サービスコマンドを取得する |
String |
getServiceOptionType()
サービスオプションタイプを取得する |
String |
getServiceType()
決済サービスタイプを取得する |
String |
getTransferName()
振込人名を取得する |
String |
getWithReconcile()
消込フラグを取得する |
void |
setAmount(String amount)
金額を設定する |
void |
setDepositDate(String depositDate)
入金日を設定する |
void |
setOrderId(String orderId)
取引IDを設定する |
void |
setRegistrationMethod(String registrationMethod)
登録方法を設定する |
void |
setServiceOptionType(String serviceOptionType)
サービスオプションタイプを設定する |
void |
setTransferName(String transferName)
振込人名を設定する |
void |
setWithReconcile(String withReconcile)
消込フラグを設定する |
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 VirtualaccDepositEntryRequestDto()
メソッドの詳細 |
---|
public String getServiceType()
public String getServiceCommand()
public String getServiceOptionType()
public void setServiceOptionType(String serviceOptionType)
serviceOptionType
- サービスオプションタイプpublic String getTransferName()
public void setTransferName(String transferName)
transferName
- 振込人名public String getOrderId()
public void setOrderId(String orderId)
orderId
- 取引IDpublic String getAmount()
public void setAmount(String amount)
amount
- 金額public String getWithReconcile()
public void setWithReconcile(String withReconcile)
withReconcile
- 消込フラグpublic String getRegistrationMethod()
public void setRegistrationMethod(String registrationMethod)
registrationMethod
- 登録方法public String getDepositDate()
public void setDepositDate(String depositDate)
depositDate
- 入金日public void _setMaskedLog(String maskedLog)
maskedLog
- ログ用文字列(マスク済み)public String toString()
Object
内の toString
public PayNowIdParam getPayNowIdParam()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |