Class OrderUpdateRequest
Inheritance
OrderUpdateRequest
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
|
Edit this page
View Source
CustomData
Declaration
[JsonPropertyName("custom_data")]
public Dictionary<string, string>? CustomData { get; set; }
Property Value
|
Edit this page
View Source
Finalize
Declaration
[JsonPropertyName("finalize")]
public bool? Finalize { get; set; }
Property Value
|
Edit this page
View Source
InvoiceSettings
Declaration
[JsonPropertyName("invoice_settings")]
public JsonObject? InvoiceSettings { get; set; }
Property Value
|
Edit this page
View Source
LineItems
Declaration
[JsonPropertyName("line_items")]
public List<LineItemParams>? LineItems { get; set; }
Property Value
|
Edit this page
View Source
Number
Declaration
[JsonPropertyName("number")]
public string? Number { get; set; }
Property Value
|
Edit this page
View Source
OrderId
Declaration
[JsonPropertyName("order_id")]
public string? OrderId { get; set; }
Property Value
|
Edit this page
View Source
PaymentMethodData
Declaration
[JsonPropertyName("payment_method_data")]
public PaymentMethodData? PaymentMethodData { get; set; }
Property Value
|
Edit this page
View Source
PaymentMethodId
Declaration
[JsonPropertyName("payment_method_id")]
public string? PaymentMethodId { get; set; }
Property Value
|
Edit this page
View Source
ReceiptNumber
Declaration
[JsonPropertyName("receipt_number")]
public string? ReceiptNumber { get; set; }
Property Value
|
Edit this page
View Source
StatementDescriptor
Declaration
[JsonPropertyName("statement_descriptor")]
public string? StatementDescriptor { get; set; }
Property Value
|
Edit this page
View Source
StatementDescriptorPrefix
Declaration
[JsonPropertyName("statement_descriptor_prefix")]
public string? StatementDescriptorPrefix { get; set; }
Property Value