InvoiceStatus
in package
Status values for an invoice.
Values are:
- 0: DISPUTED. An Invoice with the Dispute option enabled, which has been disputed by a Client. This is a feature of FreshBooks Classic only and should only appear in migrated accounts.
- 1: DRAFT. An Invoice that has been created, but not yet sent.
- 2: SENT. An Invoice that has been sent to a Client or marked as sent.
- 3: VIEWED. An Invoice that has been viewed by a Client.
- 4: PAID. A fully paid Invoice.
- 5: AUTOPAID. An Invoice paid automatically with a saved credit card.
- 6: RETRY. An Invoice that would normally be paid automatically, but encountered a processing issue, either due to a bad card or a service outage. It will be retried 1 day later.
- 7: FAILED. An Invoice that was in Retry status which again encountered a processing issue when being retried.
- 8: PARTIAL. An Invoice that has been partially paid.
Tags
Table of Contents
Constants
Constants
AUTOPAID
public
mixed
AUTOPAID
= 5
DISPUTED
public
mixed
DISPUTED
= 0
DRAFT
public
mixed
DRAFT
= 1
FAILED
public
mixed
FAILED
= 7
PAID
public
mixed
PAID
= 4
PARTIAL
public
mixed
PARTIAL
= 8
RETRY
public
mixed
RETRY
= 6
SENT
public
mixed
SENT
= 2
VIEWED
public
mixed
VIEWED
= 3