InvoiceInvitation class

InvoiceInvitation class

Annotations
  • @freezed

Constructors

InvoiceInvitation({@Default('') String id, @Default('') @JsonKey(name: 'client_contact_id') String clientContactId, @Default('') String key, @Default('') @JsonKey(name: 'link') String url, @Default('') @JsonKey(name: 'sent_date') String sentDate, @Default('') @JsonKey(name: 'viewed_date') String viewedDate, @Default('') @JsonKey(name: 'opened_date') String openedDate})
InvoiceInvitation factory constructor
const
factory
InvoiceInvitation.fromJson(Map<String, dynamic> json)
Create an InvoiceInvitation from JSON
factory

Properties

clientContactId String
no setterinherited
copyWith → $InvoiceInvitationCopyWith<InvoiceInvitation>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
key String
no setterinherited
openedDate String
no setterinherited
pdfUrl String
Get the PDF URL for the invitation
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentDate String
no setterinherited
url String
no setterinherited
viewedDate String
no setterinherited

Methods

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

Operators

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