SchemaInvoice class

A statement of the money due for goods or services; a bill. See https://schema.org/Invoice

Constructors

SchemaInvoice.new({String? accountId, SchemaDuration? billingPeriod, dynamic broker, dynamic category, String? confirmationNumber, dynamic customer, dynamic minimumPaymentDue, String? paymentDue, String? paymentDueDate, SchemaPaymentMethod? paymentMethod, String? paymentMethodId, dynamic paymentStatus, dynamic provider, SchemaOrder? referencesOrder, String? scheduledPaymentDate, dynamic totalPaymentDue, String? additionalType, String? alternateName, dynamic description, String? disambiguatingDescription, dynamic identifier, dynamic image, dynamic mainEntityOfPage, String? name, SchemaAction? potentialAction, String? sameAs, dynamic subjectOf, String? url})
Create a new instance of SchemaInvoice

Properties

accountId String?
The identifier for the account the payment will be applied to.
getter/setter pair
additionalType String?
//schema.org/docs/styleguide.html">style guide. Supported types: String, String
getter/setter pair
alternateName String?
An alias for the item.
getter/setter pair
billingPeriod SchemaDuration?
The time interval used to compute the invoice.
getter/setter pair
broker ↔ dynamic
An entity that arranges for an exchange between a buyer and a seller In most cases a broker never acquires or releases ownership of a product or service involved in an exchange If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred. Supported types: Organization, Person
getter/setter pair
category ↔ dynamic
A category for the item Greater signs or slashes can be used to informally indicate a category hierarchy. Supported types: CategoryCode, PhysicalActivityCategory, String, String, Thing
getter/setter pair
confirmationNumber String?
A number that confirms the given order or payment has been received.
getter/setter pair
customer ↔ dynamic
Party placing the order or paying the invoice. Supported types: Organization, Person
getter/setter pair
description ↔ dynamic
A description of the item. Supported types: String, TextObject
getter/setter pair
disambiguatingDescription String?
A sub property of description A short description of the item used to disambiguate from other, similar items Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identifier ↔ dynamic
The identifier property represents any kind of identifier for any kind of [Thing], such as ISBNs, GTIN codes, UUIDs etc Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links See background notes for more details Supported types: PropertyValue, String, String
getter/setter pair
image ↔ dynamic
An image of the item This can be a [URL] or a fully described [ImageObject]. Supported types: ImageObject, String
getter/setter pair
mainEntityOfPage ↔ dynamic
Indicates a page (or other CreativeWork) for which this thing is the main entity being described See background notes for details. Supported types: CreativeWork, String
getter/setter pair
minimumPaymentDue ↔ dynamic
The minimum payment required at this time. Supported types: MonetaryAmount, PriceSpecification
getter/setter pair
name String?
The name of the item.
getter/setter pair
paymentDue String?
The date that payment is due.
getter/setter pair
paymentDueDate String?
The date that payment is due. Supported types: String, String
getter/setter pair
paymentMethod SchemaPaymentMethod?
The name of the credit card or other method of payment for the order.
getter/setter pair
paymentMethodId String?
An identifier for the method of payment used (e.g the last 4 digits of the credit card).
getter/setter pair
paymentStatus ↔ dynamic
The status of payment; whether the invoice has been paid or not. Supported types: PaymentStatusType, String
getter/setter pair
potentialAction SchemaAction?
Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
getter/setter pair
provider ↔ dynamic
The service provider, service operator, or service performer; the goods producer Another party (a seller) may offer those services or goods on behalf of the provider A provider may also serve as the seller. Supported types: Organization, Person
getter/setter pair
referencesOrder SchemaOrder?
The Order(s) related to this Invoice One or more Orders may be combined into a single Invoice.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sameAs String?
URL of a reference Web page that unambiguously indicates the item's identity E.g the URL of the item's Wikipedia page, Wikidata entry, or official website.
getter/setter pair
scheduledPaymentDate String?
The date the invoice is scheduled to be paid.
getter/setter pair
subjectOf ↔ dynamic
A CreativeWork or Event about this Thing. Supported types: CreativeWork, Event
getter/setter pair
totalPaymentDue ↔ dynamic
The total amount due. Supported types: MonetaryAmount, PriceSpecification
getter/setter pair
url String?
URL of the item.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJsonLd() Map<String, dynamic>
Serialize SchemaInvoice to JSON-LD
toString() String
A string representation of this object.
inherited

Operators

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