Properties
Optional acceptBankTransfer
acceptBankTransfer: boolean
Optional acceptPaypal
acceptPaypal: boolean
Optional acceptPhonePayment
acceptPhonePayment: boolean
Optional acceptStripe
acceptStripe: boolean
Optional acceptUtrust
acceptUtrust: boolean
Optional archived
archived: null | Date
Readonly backObjects
back
Objects: Set<Entity> = ...
Optional buySide
buySide: boolean
Optional clientCompanyEmail
Optional clientCompanyPhone
create
create
: (options
?: CreateOptions) => Promise<Invoice> = ...
Type declaration
-
- (options?: CreateOptions): Promise<Invoice>
-
Parameters
-
Optional options: CreateOptions
Returns Promise<Invoice>
Optional creationDate
creationDate: null | Date
Optional currency
currency: string
Optional forceReminders
forceReminders: boolean
Optional invoiceToken
invoiceToken: null | string
Optional isCompletelyPaid
isCompletelyPaid: boolean
isDirty
isDirty: boolean = false
Optional isRemindable
isRemindable: boolean
Optional note
note: null | string
Optional owedMoney
owedMoney: number
Optional paidMoney
paidMoney: number
Optional paymentDeadline
paymentDeadline: null | Date
propertiesMap
propertiesMap: Map<string, PropertyInfo>
Optional reminded
reminded: null | Date
Optional reminderMessage
reminderMessage: string
Optional responsibleManager
responsible
Manager: null | User
Optional sendEmail
sendEmail: null | boolean
Optional sendSms
sendSms: null | boolean
Optional subscriptionCompanies
Optional subtotalCost
subtotalCost: null | number
Optional taxAmount
taxAmount: null | number
Optional terms
terms: null | Date
Optional totalCost
totalCost: null | number
Optional unpaid
unpaid: null | boolean