Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class Address

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

    Properties

    | Edit this page View Source

    Country

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

    District

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

    Line1

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

    Line2

    Declaration
    [JsonPropertyName("line2")]
    public string? Line2 { 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

    PostCode

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

    Region

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

    Town

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