Class BankAccountOwner
Inherited Members
Namespace: Inttegro.BankAccounts
Assembly: Inttegro.dll
Syntax
public sealed class BankAccountOwner
Properties
| Edit this page View SourceAddress
Declaration
[JsonPropertyName("address")]
public BankAccountOwnerAddress? Address { get; set; }
Property Value
| Type | Description |
|---|---|
| BankAccountOwnerAddress |
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |