CompanyInvoiceInfo
An object representing a company invoice that can be added.
Property | Description | Type | Optional |
---|---|---|---|
The user email | String | No | |
organizationNumber | The company organization number | String | No |
reference | The identifier inside the company | String | No |
isDefault | Defines if the company invoice is the default payment method | Boolean | Yes |
label | Defaults to the company name. | String | Yes |
struct CompanyInvoiceInfo {
email: String
organizationNumber: String
reference: String
isDefault: Bool
label: String?
}