Class AlipayRefundRequestDto
決済サービスタイプ:Alipay、コマンド名:返金の要求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 AlipayRefundRequestDto : AbstractPaymentRequestDto, IRequestDto
Properties
Amount
取引金額
半角数字 最大桁数:7
返金する金額を指定します。
- 返金における通貨は、与信同時売上の時に指定した通貨と同じものとなります。
- 残額と同額指定時は通常の返金とし、1円以上残額未満の場合部分返金とします。
- 中国元の場合に指定する値は、与信同時売上と同様、取引金額を100倍した値を指定してください。
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
OrderId
取引ID
半角英数字 最大桁数:100
返金対象の取引IDを指定する。
Declaration
[JsonProperty("orderId")]
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
理由
文字列 最大桁数:80
返金理由
- 最大文字数:80byte
payType=0(オンライン決済):指定必須
payType=1(バーコード決済(店舗スキャン型)):指定任意
payType=2(バーコード決済(消費者スキャン型)):指定任意
Declaration
[JsonProperty("reason")]
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceCommand
決済サービスコマンド
Declaration
[JsonIgnore]
public override string ServiceCommand { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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()