Class BankAccountOwnerAddress
Inheritance
BankAccountOwnerAddress
Assembly: Inttegro.dll
Syntax
public sealed class BankAccountOwnerAddress
Properties
|
Edit this page
View Source
ApplicationId
Declaration
[JsonPropertyName("application_id")]
public string? ApplicationId { get; set; }
Property Value
|
Edit this page
View Source
City
Declaration
[JsonPropertyName("city")]
public string? City { get; set; }
Property Value
|
Edit this page
View Source
Country
Declaration
[JsonPropertyName("country")]
public string? Country { 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
Line1
Declaration
[JsonPropertyName("line_1")]
public string? Line1 { get; set; }
Property Value
|
Edit this page
View Source
Line2
Declaration
[JsonPropertyName("line_2")]
public string? Line2 { 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
Phone
Declaration
[JsonPropertyName("phone")]
public string? Phone { get; set; }
Property Value
|
Edit this page
View Source
PostCode
Declaration
[JsonPropertyName("post_code")]
public string? PostCode { get; set; }
Property Value
|
Edit this page
View Source
Region
Declaration
[JsonPropertyName("region")]
public string? Region { get; set; }
Property Value