Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PurchaseIntentPriceSelectorParams

    Inheritance
    object
    PurchaseIntentPriceSelectorParams
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    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
    Type Description
    string
    | Edit this page View Source

    Nominal

    Declaration
    [JsonPropertyName("nominal")]
    public PriceParams? Nominal { get; set; }
    Property Value
    Type Description
    PriceParams
    | Edit this page View Source

    Original

    Declaration
    [JsonPropertyName("original")]
    public PurchaseIntentOriginalPriceParams? Original { get; set; }
    Property Value
    Type Description
    PurchaseIntentOriginalPriceParams
    | Edit this page View Source

    OriginalId

    Declaration
    [JsonPropertyName("original_id")]
    public string? OriginalId { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX