Class SaisonCaptureRequestDto
決済サービスタイプ:Saison決済請求要求電文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 SaisonCaptureRequestDto : AbstractPaymentRequestDto, IRequestDto
Properties
Amount
決済金額
Declaration
[JsonProperty("amount")]
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
string |
CardAmount
カード決済金額
Declaration
[JsonProperty("cardAmount")]
public string CardAmount { get; set; }
Property Value
Type | Description |
---|---|
string |
CardExpire
カード有効期限
Declaration
[JsonProperty("cardExpire")]
public string CardExpire { get; set; }
Property Value
Type | Description |
---|---|
string |
CardNumber
カード番号
Declaration
[JsonProperty("cardNumber")]
public string CardNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
CardOrderId
カード取引ID
Declaration
[JsonProperty("cardOrderId")]
public string CardOrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
MaskedLog
ログ用文字列(マスク済み)を設定する @param maskedLog ログ用文字列(マスク済み)
Declaration
[JsonIgnore]
public override string MaskedLog { set; }
Property Value
Type | Description |
---|---|
string |
Overrides
OptionParams
拡張パラメータリスト
Declaration
[JsonProperty("optionParams")]
public OptionParams[] OptionParams { get; set; }
Property Value
Type | Description |
---|---|
OptionParams[] |
OrderId
取引ID
Declaration
[JsonProperty("orderId")]
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
SecurityCode
セキュリティコード
Declaration
[JsonProperty("securityCode")]
public string SecurityCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceCommand
決済サービスコマンド
Declaration
[JsonIgnore]
public override string ServiceCommand { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ServiceOptionType
決済サービスオプション
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
Token
トークンを設定、取得する
Declaration
[JsonIgnore]
public string Token { get; set; }
Property Value
Type | Description |
---|---|
string |
WalletAmount
永久不滅ウォレット決済金額
Declaration
[JsonProperty("walletAmount")]
public string WalletAmount { get; set; }
Property Value
Type | Description |
---|---|
string |
WithCapture
カード売上フラグ
Declaration
[JsonProperty("withCapture")]
public string WithCapture { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
ログ用文字列(マスク済み)を取得する @return ログ用文字列(マスク済み)
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
object.ToString()