Class BillingDetails
Inheritance
BillingDetails
Assembly: Inttegro.dll
Syntax
public sealed class BillingDetails
Properties
|
Edit this page
View Source
Address
Declaration
[JsonPropertyName("address")]
public Address? Address { 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
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