Class MasterpassCaptureRequestDto
決済サービスタイプ:MasterPass、コマンド名:売上の要求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 MasterpassCaptureRequestDto : AbstractPaymentRequestDto, IRequestDto
Properties
Amount
金額
半角数字 最大桁数:8
売上を計上する金額を指定します。
指定なしまたは与信金額と同額指定時は通常の売上確定とし、1円以上与信額未満の場合部分売上となります。
Declaration
[JsonProperty("amount")]
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
string |
BonusFirstPayment
ボーナス初回年月
半角数字 最大桁数:4
与信時のJPOが24,34の場合にボーナス初回月をYYMM形式で指定します。与信時のJPOが上記以外の場合は設定されているとエラーになります。
指定がない場合にはボーナス初回月を指定せずに売上を行います(JPOパラメータ内の数値で補完されません)。
Declaration
[JsonProperty("bonusFirstPayment")]
public string BonusFirstPayment { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstPayment
初回請求年月
半角数字 最大桁数:4
与信時のJPOが31,34,61の場合に初回請求月をYYMM形式で指定します。与信時のJPOが上記以外の場合は設定されているとエラーになります。
指定がない場合には初回請求年月を指定せずに売上を行います(JPOパラメータ内の数値で補完されません)。
Declaration
[JsonProperty("firstPayment")]
public string FirstPayment { 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
半角英数字 最大桁数:80
売上を計上する対象の取引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
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()