Class OrderCreateRequest
Inheritance
OrderCreateRequest
Assembly: Inttegro.dll
Syntax
public sealed class OrderCreateRequest
Properties
|
Edit this page
View Source
BillingDetails
Declaration
[JsonPropertyName("billing_details")]
public BillingDetails? BillingDetails { get; set; }
Property Value
|
Edit this page
View Source
CheckoutSettings
Declaration
[JsonPropertyName("checkout_settings")]
public CheckoutSettings? CheckoutSettings { 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
CustomerData
Declaration
[JsonPropertyName("customer_data")]
public CustomerData? CustomerData { get; set; }
Property Value
|
Edit this page
View Source
CustomerId
Declaration
[JsonPropertyName("customer_id")]
public string? CustomerId { get; set; }
Property Value
|
Edit this page
View Source
ExecutePayment
Declaration
[JsonPropertyName("execute_payment")]
public bool? ExecutePayment { 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
IdempotencyKey
Declaration
[Obsolete("Use RequestMeta.IdempotencyKey instead.")]
[JsonPropertyName("idempotency_key")]
public string? IdempotencyKey { 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
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
PayoutSettings
Declaration
[JsonPropertyName("payout_settings")]
public OrderPayoutSettings? PayoutSettings { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("request_meta")]
public RequestMeta? RequestMeta { get; set; }
Property Value
|
Edit this page
View Source
Shipping
Declaration
[JsonPropertyName("shipping")]
public Shipping? Shipping { 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