Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class OrderUpdateRequest

    Inheritance
    object
    OrderUpdateRequest
    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 OrderUpdateRequest

    Properties

    | Edit this page View Source

    ClearPaymentMethod

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

    CustomData

    Declaration
    [JsonPropertyName("custom_data")]
    public Dictionary<string, string>? CustomData { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    Finalize

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

    InvoiceSettings

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

    LineItems

    Declaration
    [JsonPropertyName("line_items")]
    public List<LineItemParams>? LineItems { get; set; }
    Property Value
    Type Description
    List<LineItemParams>
    | Edit this page View Source

    Number

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

    OrderId

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

    PaymentMethodData

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

    PaymentMethodId

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

    ReceiptNumber

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

    StatementDescriptor

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

    StatementDescriptorPrefix

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