Class AmazonpayUpdateConsentRequestDto
決済サービスタイプ:Amazonpay、コマンド名:承諾情報更新の要求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 AmazonpayUpdateConsentRequestDto : AbstractPaymentRequestDto, IRequestDto
Properties
Amount
決済金額
半角数字 最大桁数:6
変更後の決済金額を指定します。
- 1 以上かつ 100000(6桁) 以下
Declaration
[JsonProperty("amount")]
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
string |
FrequencyUnit
頻度(単位)
半角英数字 最大桁数:5
変更後の随時決済の頻度の単位(例:2週間毎であれば、単位はWeek、値は2)
"Year":年
"Month":月
"Week":週
"Day":日
Declaration
[JsonProperty("frequencyUnit")]
public string FrequencyUnit { get; set; }
Property Value
Type | Description |
---|---|
string |
FrequencyValue
頻度(値)
半角数字 最大桁数:3
変更後の随時決済の頻度の値(例:2週間毎であれば、単位はWeek、値は2)
- 頻度(単位)毎に設定できる範囲が異なります。
"Year":1のみ
"Month":1~12
"Week":1~52
"Day":1~365
Declaration
[JsonProperty("frequencyValue")]
public string FrequencyValue { get; set; }
Property Value
Type | Description |
---|---|
string |
MaskedLog
ログ用文字列(マスク済み)を設定する @param maskedLog ログ用文字列(マスク済み)
Declaration
[JsonIgnore]
public override string MaskedLog { set; }
Property Value
Type | Description |
---|---|
string |
Overrides
NoteToBuyer
注文説明
文字列 最大桁数:255
変更後の購入者のメールに表示される注文の説明
- 最大:255文字
Declaration
[JsonProperty("noteToBuyer")]
public string NoteToBuyer { get; set; }
Property Value
Type | Description |
---|---|
string |
OrderId
取引ID
半角英数字 最大桁数:100
随時決済を申し込んだ際の取引IDを指定します。
Declaration
[JsonProperty("orderId")]
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
PlatformId
プラットフォームID
文字列 最大桁数:21
Amazonから指定のあった場合のみ設定する予定の項目
- 最大:21byte
Declaration
[JsonProperty("platformId")]
public string PlatformId { 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()