Class PurchaseIntentPriceSelectorParams
Inheritance
PurchaseIntentPriceSelectorParams
Assembly: Inttegro.dll
Syntax
public sealed class PurchaseIntentPriceSelectorParams
Properties
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
Nominal
Declaration
[JsonPropertyName("nominal")]
public PriceParams? Nominal { get; set; }
Property Value
|
Edit this page
View Source
Original
Declaration
[JsonPropertyName("original")]
public PurchaseIntentOriginalPriceParams? Original { get; set; }
Property Value
|
Edit this page
View Source
OriginalId
Declaration
[JsonPropertyName("original_id")]
public string? OriginalId { get; set; }
Property Value