Class VirtualaccDepositEntryRequestDto
決済サービスタイプ:銀行振込決済、コマンド名:入金の要求Dtoクラス
Inheritance
object
VirtualaccDepositEntryRequestDto
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class VirtualaccDepositEntryRequestDto : AbstractPaymentVirtualaccRequestDto, IRequestDto
Properties
Amount
金額
半角数字 最大桁数:12
入金金額を指定する
- 1 以上かつ 999999999999(12桁) 以下
Declaration
[JsonProperty("amount")]
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
string |
DepositDate
入金日
半角数字 最大桁数:8
YYYYMMDD
Declaration
[JsonProperty("depositDate")]
public string DepositDate { get; set; }
Property Value
Type | Description |
---|---|
string |
MaskedLog
ログ用文字列(マスク済み)を設定する @param maskedLog ログ用文字列(マスク済み)
Declaration
[JsonIgnore]
public override string MaskedLog { set; }
Property Value
Type | Description |
---|---|
string |
Overrides
OrderId
取引ID
半角英数字 最大桁数:100
入金する対象の取引IDを指定する
Declaration
[JsonProperty("orderId")]
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
RegistrationMethod
登録方法
半角数字 最大桁数:1
- 0 : 手動
- 1 : 自動
※ 未指定の場合は、0 : 手動
Declaration
[JsonProperty("registrationMethod")]
public string RegistrationMethod { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceCommand
決済サービスコマンド
Declaration
[JsonIgnore]
public override string ServiceCommand { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ServiceOptionType
サービスオプションタイプ
半角英数字
- "resona":りそな
Declaration
[JsonProperty("serviceOptionType")]
public string ServiceOptionType { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceType
決済サービスタイプ
Declaration
[JsonIgnore]
public override string ServiceType { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
TransferName
振込人名
文字列 最大桁数:69
振込番号と登録時振込人名を結合したものを指定する
Declaration
[JsonProperty("transferName")]
public string TransferName { get; set; }
Property Value
Type | Description |
---|---|
string |
WithReconcile
消込フラグ
半角数字 最大桁数:1
- 0 : 消込しない
- 1 : 消込(強制)
- 2 : 消込(自動)
※ 未指定の場合は、0 : 消込しない
Declaration
[JsonProperty("withReconcile")]
public string WithReconcile { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
ログ用文字列(マスク済み)を取得する @return ログ用文字列(マスク済み)
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
object.ToString()