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