jp.veritrans.tercerog.mdk.dto
クラス VirtualaccDepositEntryRequestDto

java.lang.Object
  上位を拡張 jp.veritrans.tercerog.mdk.dto.AbstractPaymentRequestDto
      上位を拡張 jp.veritrans.tercerog.mdk.dto.AbstractPaymentVirtualAccRequestDto
          上位を拡張 jp.veritrans.tercerog.mdk.dto.VirtualaccDepositEntryRequestDto
すべての実装されたインタフェース:
IBaseDto

public class VirtualaccDepositEntryRequestDto
extends AbstractPaymentVirtualAccRequestDto

決済サービスタイプ:銀行振込決済、コマンド名:入金の要求Dtoクラス

作成者:
Created automatically by DtoCreator

フィールドの概要
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
 

フィールドの詳細

SERVICE_TYPE

public static final String SERVICE_TYPE
決済サービスタイプ
半角英数字
必須項目、固定値

関連項目:
定数フィールド値

SERVICE_COMMAND

public static final String SERVICE_COMMAND
決済サービスコマンド
半角英数字
必須項目、固定値

関連項目:
定数フィールド値
コンストラクタの詳細

VirtualaccDepositEntryRequestDto

public VirtualaccDepositEntryRequestDto()
メソッドの詳細

getServiceType

public String getServiceType()
決済サービスタイプを取得する

戻り値:
決済サービスタイプ

getServiceCommand

public String getServiceCommand()
決済サービスコマンドを取得する

戻り値:
決済サービスコマンド

getServiceOptionType

public String getServiceOptionType()
サービスオプションタイプを取得する

戻り値:
サービスオプションタイプ

setServiceOptionType

public void setServiceOptionType(String serviceOptionType)
サービスオプションタイプを設定する

パラメータ:
serviceOptionType - サービスオプションタイプ

getTransferName

public String getTransferName()
振込人名を取得する

戻り値:
振込人名

setTransferName

public void setTransferName(String transferName)
振込人名を設定する

パラメータ:
transferName - 振込人名

getOrderId

public String getOrderId()
取引IDを取得する

戻り値:
取引ID

setOrderId

public void setOrderId(String orderId)
取引IDを設定する

パラメータ:
orderId - 取引ID

getAmount

public String getAmount()
金額を取得する

戻り値:
金額

setAmount

public void setAmount(String amount)
金額を設定する

パラメータ:
amount - 金額

getWithReconcile

public String getWithReconcile()
消込フラグを取得する

戻り値:
消込フラグ

setWithReconcile

public void setWithReconcile(String withReconcile)
消込フラグを設定する

パラメータ:
withReconcile - 消込フラグ

getRegistrationMethod

public String getRegistrationMethod()
登録方法を取得する

戻り値:
登録方法

setRegistrationMethod

public void setRegistrationMethod(String registrationMethod)
登録方法を設定する

パラメータ:
registrationMethod - 登録方法

getDepositDate

public String getDepositDate()
入金日を取得する

戻り値:
入金日

setDepositDate

public void setDepositDate(String depositDate)
入金日を設定する

パラメータ:
depositDate - 入金日

_setMaskedLog

public void _setMaskedLog(String maskedLog)
ログ用文字列(マスク済み)を設定する

パラメータ:
maskedLog - ログ用文字列(マスク済み)

toString

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

オーバーライド:
クラス Object 内の toString
戻り値:
ログ用文字列(マスク済み)

getPayNowIdParam

public PayNowIdParam getPayNowIdParam()
推奨されていません。 

PayNowIdオブジェクトを取得する。



Copyright © 2017. All rights reserved.