Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class OrderCreateRequest

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

    Properties

    | Edit this page View Source

    BillingDetails

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

    CheckoutSettings

    Declaration
    [JsonPropertyName("checkout_settings")]
    public CheckoutSettings? CheckoutSettings { get; set; }
    Property Value
    Type Description
    CheckoutSettings
    | 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

    CustomerData

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

    CustomerId

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

    ExecutePayment

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

    Finalize

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

    IdempotencyKey

    Declaration
    [Obsolete("Use RequestMeta.IdempotencyKey instead.")]
    [JsonPropertyName("idempotency_key")]
    public string? IdempotencyKey { get; set; }
    Property Value
    Type Description
    string
    | 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

    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

    PayoutSettings

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

    RequestMeta

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

    Shipping

    Declaration
    [JsonPropertyName("shipping")]
    public Shipping? Shipping { get; set; }
    Property Value
    Type Description
    Shipping
    | 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