Class CarrierSearchParameter
検索条件:キャリア検索パラメータクラス
Inheritance
object
CarrierSearchParameter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class CarrierSearchParameter
Properties
AccountingType
課金タイプ
Declaration
[JsonProperty("accountingType")]
public string AccountingType { get; set; }
Property Value
Type | Description |
---|---|
string |
CrServiceType
キャリアサービスタイプ
Declaration
[JsonProperty("crServiceType")]
public string[] CrServiceType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
DetailCommandType
詳細コマンドタイプ名
Declaration
[JsonProperty("detailCommandType")]
public string[] DetailCommandType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
DetailOrderType
詳細オーダー決済状態
Declaration
[JsonProperty("detailOrderType")]
public string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
ItemId
商品番号
Declaration
[JsonProperty("itemId")]
public string ItemId { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemType
商品タイプ
Declaration
[JsonProperty("itemType")]
public string[] ItemType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
MpDay
継続課金日
Declaration
[JsonProperty("mpDay")]
public string MpDay { get; set; }
Property Value
Type | Description |
---|---|
string |
MpFirstDate
初回課金年月日
Declaration
[JsonProperty("mpFirstDate")]
public string MpFirstDate { get; set; }
Property Value
Type | Description |
---|---|
string |
MpStatus
継続状態フラグ(月額課金状態フラグ)
Declaration
[JsonProperty("mpStatus")]
public string[] MpStatus { get; set; }
Property Value
Type | Description |
---|---|
string[] |
TerminalKind
端末種別
Declaration
[JsonProperty("terminalKind")]
public string[] TerminalKind { get; set; }
Property Value
Type | Description |
---|---|
string[] |