Class OricoscAuthorizeRequestDto
決済サービスタイプ:ショッピングクレジット画面表示要求電文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 OricoscAuthorizeRequestDto : AbstractPaymentRequestDto, IRequestDto
Properties
Amount
支払合計金額
Declaration
[JsonProperty("amount")]
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
string |
ContractDocumentKbn
契約書有無区分
Declaration
[JsonProperty("contractDocumentKbn")]
public string ContractDocumentKbn { get; set; }
Property Value
Type | Description |
---|---|
string |
Deposit
頭金
Declaration
[JsonProperty("deposit")]
public string Deposit { get; set; }
Property Value
Type | Description |
---|---|
string |
HandlingContractNo
取扱契約番号
Declaration
[JsonProperty("handlingContractNo")]
public string HandlingContractNo { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemAmount1
商品価格1(税込)
Declaration
[JsonProperty("itemAmount1")]
public string ItemAmount1 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemAmount2
商品価格2(税込)
Declaration
[JsonProperty("itemAmount2")]
public string ItemAmount2 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemAmount3
商品価格3(税込)
Declaration
[JsonProperty("itemAmount3")]
public string ItemAmount3 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemAmount4
商品価格4(税込)
Declaration
[JsonProperty("itemAmount4")]
public string ItemAmount4 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemAmount5
商品価格5(税込)
Declaration
[JsonProperty("itemAmount5")]
public string ItemAmount5 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemCount1
数量1
Declaration
[JsonProperty("itemCount1")]
public string ItemCount1 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemCount2
数量2
Declaration
[JsonProperty("itemCount2")]
public string ItemCount2 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemCount3
数量3
Declaration
[JsonProperty("itemCount3")]
public string ItemCount3 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemCount4
数量4
Declaration
[JsonProperty("itemCount4")]
public string ItemCount4 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemCount5
数量5
Declaration
[JsonProperty("itemCount5")]
public string ItemCount5 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemName1
商品名1
Declaration
[JsonProperty("itemName1")]
public string ItemName1 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemName2
商品名2
Declaration
[JsonProperty("itemName2")]
public string ItemName2 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemName3
商品名3
Declaration
[JsonProperty("itemName3")]
public string ItemName3 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemName4
商品名4
Declaration
[JsonProperty("itemName4")]
public string ItemName4 { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemName5
商品名5
Declaration
[JsonProperty("itemName5")]
public string ItemName5 { get; set; }
Property Value
Type | Description |
---|---|
string |
MaskedLog
ログ用文字列(マスク済み)を設定する @param maskedLog ログ用文字列(マスク済み)
Declaration
[JsonIgnore]
public override string MaskedLog { set; }
Property Value
Type | Description |
---|---|
string |
Overrides
MemberStoreNo
加盟店番号
Declaration
[JsonProperty("memberStoreNo")]
public string MemberStoreNo { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantRedirectionUrl
マーチャントリダイレクションURL
Declaration
[JsonProperty("merchantRedirectionUrl")]
public string MerchantRedirectionUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
OricoOrderNo
注文番号
Declaration
[JsonProperty("oricoOrderNo")]
public string OricoOrderNo { 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
ShippingZipCode
配送先郵便番号
Declaration
[JsonProperty("shippingZipCode")]
public string ShippingZipCode { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalCarriage
送料合計(税込)
Declaration
[JsonProperty("totalCarriage")]
public string TotalCarriage { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalItemAmount
商品価格合計(税込)
Declaration
[JsonProperty("totalItemAmount")]
public string TotalItemAmount { get; set; }
Property Value
Type | Description |
---|---|
string |
UserNo
会員番号(加盟店)
Declaration
[JsonProperty("userNo")]
public string UserNo { get; set; }
Property Value
Type | Description |
---|---|
string |
WebDescriptionId
WEB申込商品ID
Declaration
[JsonProperty("webDescriptionId")]
public string WebDescriptionId { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
ログ用文字列(マスク済み)を取得する @return ログ用文字列(マスク済み)
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
object.ToString()