InvoicePaymentReminderStatus enum

Inheritance

Constructors

InvoicePaymentReminderStatus()
const

Values

pending → const InvoicePaymentReminderStatus

The reminder will be sent on the relative_scheduled_date (if the invoice is published).

notApplicable → const InvoicePaymentReminderStatus

The reminder is not applicable and is not sent. The following are examples of when reminders are not applicable and are not sent:

  • You schedule a reminder to be sent before the invoice is published.
  • The invoice is configured with multiple payment requests and a payment request reminder is configured to be sent after the next payment request due_date.
  • Two reminders (for different payment requests) are configured to be sent on the same date. Therefore, only one reminder is sent.
  • You configure a reminder to be sent on the date that the invoice is scheduled to be sent.
  • The payment request is already paid.
  • The invoice status is CANCELED or FAILED.
sent → const InvoicePaymentReminderStatus

The reminder is sent.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<InvoicePaymentReminderStatus>
A constant List of the values in this enum, in order of their declaration.