Class PaypayCaptureRequestDto
決済サービスタイプ:paypay、コマンド名:売上の要求Dtoクラス
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 PaypayCaptureRequestDto : AbstractPaymentRequestDto, IRequestDto
Properties
Amount
売上金額
半角数字 最大桁数:7
売上する金額を指定します。
例)250円*4個=1000円の買い物をし3個分を売上、1個取消した場合には、売上金額に750円を指定します。
- 1 以上かつ 9999999 以下
- 与信金額以下
serviceOptionType="online"(オンライン決済) : 指定任意
※指定しなかった場合は、全額売上になります。
Declaration
[JsonProperty("amount")]
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
string |
MaskedLog
ログ用文字列(マスク済み)を設定する @param maskedLog ログ用文字列(マスク済み)
Declaration
[JsonIgnore]
public override string MaskedLog { set; }
Property Value
Type | Description |
---|---|
string |
Overrides
OrderDescription
注文の説明
文字列
ユーザの明細に表示される注文の説明を指定します。
説明は与信金額未満を指定した部分売上の場合のみユーザの明細に表示されます。
全額売上の場合は指定しても説明自体が表示されません。
- 最大文字数
serviceOptionType="online"(オンライン決済) : 255byte
serviceOptionType="online"(オンライン決済) : 指定任意
Declaration
[JsonProperty("orderDescription")]
public string OrderDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
OrderId
取引ID
半角英数字 最大桁数:100
売上対象の取引IDを指定する。
Declaration
[JsonProperty("orderId")]
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceCommand
決済サービスコマンド
Declaration
[JsonIgnore]
public override string ServiceCommand { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ServiceOptionType
サービスオプションタイプ
半角英数字
- "online":オンライン決済
※オンラン決済のみ指定可
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
Methods
ToString()
ログ用文字列(マスク済み)を取得する @return ログ用文字列(マスク済み)
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
object.ToString()