CompanyInvoiceUpdateData
An object representing a company invoice data that can be updated.
Property | Description | Type | Optional |
---|---|---|---|
alias | The invoice identifier | String | No |
The user email | String | Yes | |
reference | The identifier inside the company | String | Yes |
isDefault | Defines if the company invoice is the default payment method | Boolean | Yes |
struct CompanyInvoiceUpdateData {
alias: String
email: String
reference: String
isDefault: Bool
}