InvoiceDeliveryMethod enum

Inheritance

Constructors

InvoiceDeliveryMethod()
const

Values

email → const InvoiceDeliveryMethod

Directs Square to send invoices, reminders, and receipts to the customer using email.

shareManually → const InvoiceDeliveryMethod

Directs Square to take no action on the invoice. In this case, the seller or application developer follows up with the customer for payment. For example, a seller might collect a payment in the Seller Dashboard or Point of Sale (POS) application. The seller might also share the URL of the Square-hosted invoice page (public_url) with the customer to request payment.

sms → const InvoiceDeliveryMethod

Directs Square to send invoices and receipts to the customer using SMS (text message).

You cannot set SMS as a delivery method using the Invoices API, but you can change an SMS delivery method to EMAIL or SHARE_MANUALLY.

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<InvoiceDeliveryMethod>
A constant List of the values in this enum, in order of their declaration.