InvoicePaymentReminder class

Annotations
  • @JsonSerializable()

Constructors

InvoicePaymentReminder({String? message, int? relativeScheduledDays, String? sentAt, InvoicePaymentReminderStatus? status, String? uid})
const
InvoicePaymentReminder.fromJson(Map<String, dynamic> json)
Converts a Map<String, dynamic> to a InvoicePaymentReminder
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
The reminder message.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
relativeScheduledDays int?
The number of days before (a negative number) or after (a positive number) the payment request due_date when the reminder is sent. For example, -3 indicates that the reminder should be sent 3 days before the payment request due_date.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentAt String?
Read only If sent, the timestamp when the reminder was sent, in RFC 3339 format.
final
status InvoicePaymentReminderStatus?
Read only The status of the reminder.
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
uid String?
Read only A Square-assigned ID that uniquely identifies the reminder within the InvoicePaymentRequest.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts a InvoicePaymentReminder to a Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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