Order Object
Order model
Fields
#
description
quantity
status
frequency
nextChargeDate
tier
fromAccount
toAccount
createdAt
updatedAt
totalDonations
WARNING: Total amount donated between collectives, though there will be edge cases especially when looking on the Order level, as the order id is not used in calculating this.
paymentMethod
platformTipEligible
tax
membership
This represents a MemberOf relationship (ie: Collective backed by an Individual) attached to the Order.
permissions
The permissions given to current logged in user for this order
activities
The list of activities (ie. approved, edited, etc) for this Order ordered by date ascending
customData
Custom data related to the order, based on the fields described by tier.customFields. Must be authenticated as an admin of the fromAccount or toAccount (returns null otherwise)
memo
Memo field which adds additional details about the order. For example in added funds this can be a note to mark what method (cheque, money order) the funds were received.
comments
Returns the list of comments for this order, or null
if user is not allowed to see them
Usages
#
References
#
- Field nodes from OrderCollection
- Field order from Activity
- Field order from Credit
OCRParsingOptionsInput
OrderByFieldType