Class PurchaseIntentOriginalPriceParams
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class PurchaseIntentOriginalPriceParams
Properties
| Edit this page View SourceId
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Nominal
Declaration
[JsonPropertyName("nominal")]
public PriceParams? Nominal { get; set; }
Property Value
| Type | Description |
|---|---|
| PriceParams |