Class OrderCustomer
Inheritance
OrderCustomer
Assembly: Inttegro.dll
Syntax
public sealed class OrderCustomer
Properties
|
Edit this page
View Source
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
EmailAddress
Declaration
[JsonPropertyName("email_address")]
public string? EmailAddress { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
|
Edit this page
View Source
PhoneNumber
Declaration
[JsonPropertyName("phone_number")]
public string? PhoneNumber { get; set; }
Property Value