Payee
Contents
[
Hide
]Payee class
This class specifies a complete billing address for a payee.
public class Payee
Constructors
| Name | Description |
|---|---|
| Payee() | Initializes a new instance of Payee class. |
Properties
| Name | Description |
|---|---|
| Address1 { get; set; } | Gets or sets the payee’s address line 1. |
| Address2 { get; set; } | Gets or sets the payee’s address line 2. |
| Address3 { get; set; } | Gets or sets the payee’s address line 3. |
| City { get; set; } | Gets or sets the payee’s city. |
| Country { get; set; } | Gets or sets the payee’s country, 3-letter country code from ISO/DIS-3166. |
| Name { get; set; } | Gets or sets the name of payee. |
| Phone { get; set; } | Gets or sets the payee’s telephone number. |
| PostalCode { get; set; } | Gets or sets the payee’s postal code. |
| State { get; set; } | Gets or sets the payee’s state. |
See Also
- namespace Aspose.Finance.Ofx
- assembly Aspose.Finance