Class SaisonSearchParameter
検索条件:セゾン検索パラメータ
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
[Obsolete("永久不滅ポイント決済のサービス終了", false)]
public class SaisonSearchParameter
Properties
CardAmount
カード決済金額(From, To)
Declaration
[JsonProperty("cardAmount")]
public SearchRange CardAmount { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |
DetailOrderType
詳細オーダー決済状態
Declaration
[JsonProperty("detailOrderType")]
public string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
TotalAmount
合計決済金額(From, To)
Declaration
[JsonProperty("totalAmount")]
public SearchRange TotalAmount { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |
WalletAmount
ウォレット決済金額(From, To)
Declaration
[JsonProperty("walletAmount")]
public SearchRange WalletAmount { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |