Looking for help!
NAME
SemanticWeb::Schema::Order - An order is a confirmation of a transaction (a receipt)
VERSION
version v3.8.1
DESCRIPTION
An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.
ATTRIBUTES
accepted_offer
acceptedOffer
The offer(s) -- e.g., product, quantity and price combinations -- included in the order.
A accepted_offer should be one of the following types:
billing_address
billingAddress
The billing address for the order.
A billing_address should be one of the following types:
broker
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.
A broker should be one of the following types:
confirmation_number
confirmationNumber
A number that confirms the given order or payment has been received.
A confirmation_number should be one of the following types:
Str
customer
Party placing the order or paying the invoice.
A customer should be one of the following types:
discount
Any discount applied (to an Order).
A discount should be one of the following types:
Num
Str
discount_code
discountCode
Code used to redeem a discount.
A discount_code should be one of the following types:
Str
discount_currency
discountCurrency
Use standard formats: ISO 4217 currency format e.g. "USD"; Ticker symbol for cryptocurrencies e.g. "BTC"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. "Ithaca HOUR".
A discount_currency should be one of the following types:
Str
is_gift
isGift
Was the offer accepted as a gift for someone other than the buyer.
A is_gift should be one of the following types:
Bool
merchant
'merchant' is an out-dated term for 'seller'.
A merchant should be one of the following types:
order_date
orderDate
Date order was placed.
A order_date should be one of the following types:
Str
order_delivery
orderDelivery
The delivery of the parcel related to this order or order item.
A order_delivery should be one of the following types:
order_number
orderNumber
The identifier of the transaction.
A order_number should be one of the following types:
Str
order_status
orderStatus
The current status of the order.
A order_status should be one of the following types:
ordered_item
orderedItem
The item ordered.
A ordered_item should be one of the following types:
InstanceOf['SemanticWeb::Schema::OrderItem']
InstanceOf['SemanticWeb::Schema::Product']
InstanceOf['SemanticWeb::Schema::Service']
part_of_invoice
partOfInvoice
The order is being paid as part of the referenced Invoice.
A part_of_invoice should be one of the following types:
payment_due
paymentDue
The date that payment is due.
A payment_due should be one of the following types:
Str
payment_due_date
paymentDueDate
The date that payment is due.
A payment_due_date should be one of the following types:
Str
payment_method
paymentMethod
The name of the credit card or other method of payment for the order.
A payment_method should be one of the following types:
payment_method_id
paymentMethodId
An identifier for the method of payment used (e.g. the last 4 digits of the credit card).
A payment_method_id should be one of the following types:
Str
payment_url
paymentUrl
The URL for sending a payment.
A payment_url should be one of the following types:
Str
seller
An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider.
A seller should be one of the following types:
SEE ALSO
SemanticWeb::Schema::Intangible
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2019 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)