Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class UpdateCustomerRequest

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

    Properties

    | Edit this page View Source

    BillingAddress

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

    CustomData

    Declaration
    [JsonPropertyName("custom_data")]
    public Dictionary<string, JsonNode?>? CustomData { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonNode>
    | 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

    EmailAddress

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

    Name

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

    PhoneNumber

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

    Reference

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

    ShippingAddress

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

    Suffix

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

    Title

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