Class CardCaptureRequestDto
決済サービスタイプ:カード、コマンド名:売上の要求Dtoクラス
Inheritance
Implements
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class CardCaptureRequestDto : AbstractPaymentCreditRequestDto, IRequestDto
Properties
AcquirerCode
仕向け先コード
半角数字 2 桁固定
仕向け先カード会社コードを指定します。 (店舗が加盟店契約をしているカード会社) ※ 最終的に決済を行うカード発行会社ではなく、決済要求電文が最初に仕向けられる加盟店管理会社となります。 01 シティカードジャパン株式会社(ダイナースカード) 02 株式会社 ジェーシービー 03 三菱UFJニコス株式会社(旧DCカード) 04 三井住友カード株式会社(りそなカード株式会社などVISAジャパングループ) 05 三菱UFJニコス株式会社(旧UFJカード) 06 ユーシーカード株式会社 07 アメリカン・エキスプレス・インターナショナル 08 株式会社 ジャックス 09 三菱UFJニコス株式会社(旧日本信販) 10 株式会社 オリエントコーポレーション 11 株式会社 セントラルファイナンス 12 株式会社 アプラス 13 株式会社 ライフ 14 楽天KC株式会社 17 三菱UFJニコス株式会社(旧協同クレジット) 20 GEコンシューマー・ファイナンス株式会社(ジーシーカード) 21 株式会社 クレディセゾン 22 ポケットカード 株式会社 23 株式会社オーエムシーカード 24 イオンクレジットサービス株式会社 28 株式会社 バンクカードサービス 31 トヨタファイナンス 株式会社 32 株式会社 JALカード 36 株式会社クオーク 37 GEコンシューマー・ファイナンス株式会社(GEカード) 38 東急カード株式会社(TOPカード) 40 (株)UCS 47 (株)ほくせん 48 (株)ソニーファイナンスインターナショナル 49 ヤフー(株) 50 (株)ゆめカード 51 (株)オークス 52 東日本旅客鉄道(株)(ビューカード) 直接売上フラグ(No.11)がtrueの場合のみ利用可能です。
Declaration
[JsonProperty("acquirerCode")]
public string AcquirerCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Amount
決済金額
半角数字 8 桁以内
決済金額を指定します。
Declaration
[JsonProperty("amount")]
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
string |
AuthCode
承認番号
半角数字 7 桁以内
カード会社から返る承認番号を指定します。
Declaration
[JsonProperty("authCode")]
public string AuthCode { get; set; }
Property Value
Type | Description |
---|---|
string |
BonusFirstPayment
ボーナス初回年月
半角数字 4 文字固定
ボーナス初回年月を指定します。 YYMM (年月)の形式 例) "1312"
Declaration
[JsonProperty("bonusFirstPayment")]
public string BonusFirstPayment { get; set; }
Property Value
Type | Description |
---|---|
string |
CardExpire
カード有効期限
半角数字、スラッシュ 5 文字固定
クレジットカードの有効期限を指定します。 MM/YY (月 + "/" + 年)の形式 例) "11/09"
Declaration
[JsonProperty("cardExpire")]
public string CardExpire { get; set; }
Property Value
Type | Description |
---|---|
string |
CardholderName
カード保有者名
半角英数字 2 文字以上 45 文字以内
クレジットカードに印字されている保有者名を指定します。
Declaration
[JsonProperty("cardholderName")]
public string CardholderName { get; set; }
Property Value
Type | Description |
---|---|
string |
CardNumber
カード番号
半角英数字、ハイフン、ブランク、ピリオド 26 文字以内
クレジットカード番号を指定します。 例) クレジットカード番号は19桁まで処理が可能。 (ハイフンを含んでも含まなくても同様に処理が可能) 戻り値としては、上2桁/下4桁の計6桁が返ります。 ※ MPIカード、eLIOは、指定できません。
Declaration
[JsonProperty("cardNumber")]
public string CardNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
CardOptionType
カードオプションタイプ
半角英数字 10 文字以内
カードオプションタイプを指定します。 "mpi": 指定できません "house": "elio": 指定できません ※ 指定が無い場合は、デフォルトのカードオプション
Declaration
[JsonProperty("cardOptionType")]
public string CardOptionType { get; set; }
Property Value
Type | Description |
---|---|
string |
CurrencyUnit
決済通貨単位
半角英字3桁
通貨単位を設定します。 直接売上フラグがfalseの場合は設定されているとエラーになります
Declaration
[JsonProperty("currencyUnit")]
public string CurrencyUnit { get; set; }
Property Value
Type | Description |
---|---|
string |
ExSlipInfo
拡張伝票情報
半角英数字 25 文字以内
カード会社に伝送する売上伝送ファイルに設定する拡張伝票情報を指定します。
Declaration
[JsonProperty("exSlipInfo")]
public string ExSlipInfo { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstPayment
初回請求年月
半角数字 4 文字固定
初回請求年月を指定します。 YYMM (年月)の形式 例) "1310"
Declaration
[JsonProperty("firstPayment")]
public string FirstPayment { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemCode
商品コード
半角数字 7 桁以内
商品コードを指定します。(任意指定) ※ 指定が無い場合は、デフォルトの商品コード
Declaration
[JsonProperty("itemCode")]
public string ItemCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Jpo
JPO
半角英数字 83 文字以内
JPOを指定します。(任意指定)
Declaration
[JsonProperty("jpo")]
public string Jpo { get; set; }
Property Value
Type | Description |
---|---|
string |
MaskedLog
ログ用文字列(マスク済み)を設定する @param maskedLog ログ用文字列(マスク済み)
Declaration
[JsonIgnore]
public override string MaskedLog { set; }
Property Value
Type | Description |
---|---|
string |
Overrides
McAmount
決済金額(多通貨)
半角数字+小数点 半角数字は 8 桁以内
決済金額(多通貨)を指定します。
Declaration
[JsonProperty("mcAmount")]
public string McAmount { get; set; }
Property Value
Type | Description |
---|---|
string |
OptionParams
拡張パラメータリスト
Declaration
[JsonProperty("optionParams")]
public OptionParams[] OptionParams { get; set; }
Property Value
Type | Description |
---|---|
OptionParams[] |
OrderId
取引ID
半角英数字 100 文字以内
マーチャント側で取引を一意に表す注文管理IDを指定します。 申込処理ごとに一意である必要があります。 半角英数字、“-”(ハイフン)、“_”(アンダースコア)も使用可能です。
Declaration
[JsonProperty("orderId")]
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
SalesDay
売上日
半角数字 8 桁固定
売上日を指定します。(任意指定) YYYYMMDD の形式 例) "20090905"
Declaration
[JsonProperty("salesDay")]
public string SalesDay { 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
TerminalId
端末識別番号
半角数字 13 桁固定
端末識別番号を指定します。
Declaration
[JsonProperty("terminalId")]
public string TerminalId { get; set; }
Property Value
Type | Description |
---|---|
string |
WithDirect
直接売上フラグ
半角英数字 5 文字以内
直接売上フラグを指定します。(任意指定) "true": 与信・売上 "false": 与信のみ ※ 指定が無い場合は、false
Declaration
[JsonProperty("withDirect")]
public string WithDirect { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
ログ用文字列(マスク済み)を取得する
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | ログ用文字列(マスク済み) |