Skip to main content

VendorPayoutAuditEvent

No description

type VendorPayoutAuditEvent implements Node {
id: ID!
pghCreatedAt: DateTime!
pghLabel: String!
pghContextId: NauticalUUID
pghContext: JSONString
currency: String!
status: String!
statusMessage: String
included: Boolean!
gateway: String!
net: Decimal!
shipping: Decimal!
commission: Decimal!
feeAmount: Decimal!
payoutAmount: Decimal!
adjustmentAmount: Decimal!
refundAmount: Decimal!
discounts: Decimal!
volumeDiscounts: Decimal!
average: Decimal!
ledgerVersion: Int!
userEmail: String
userId: String
tenantId: Int
tenantSlug: String
appName: String
appId: String
taskName: String
}
Show more ↓

Fields

VendorPayoutAuditEvent.id ● ID! non-null scalar

The Globally Unique ID of this object

VendorPayoutAuditEvent.pghCreatedAt ● DateTime! non-null scalar

VendorPayoutAuditEvent.pghLabel ● String! non-null scalar

Event label: 'payout_created', 'payout_updated', or 'payout_removed'.

VendorPayoutAuditEvent.pghContextId ● NauticalUUID scalar

VendorPayoutAuditEvent.pghContext ● JSONString scalar

JSON context captured at event time (user, app, tenant info).

VendorPayoutAuditEvent.currency ● String! non-null scalar

Currency code at time of event.

VendorPayoutAuditEvent.status ● String! non-null scalar

Payout status at time of event.

VendorPayoutAuditEvent.statusMessage ● String scalar

Status message at time of event.

VendorPayoutAuditEvent.included ● Boolean! non-null scalar

Whether payout was included in batch.

VendorPayoutAuditEvent.gateway ● String! non-null scalar

Payment gateway at time of event.

VendorPayoutAuditEvent.net ● Decimal! non-null scalar

Net amount at time of event.

VendorPayoutAuditEvent.shipping ● Decimal! non-null scalar

Shipping amount at time of event.

VendorPayoutAuditEvent.commission ● Decimal! non-null scalar

Commission amount at time of event.

VendorPayoutAuditEvent.feeAmount ● Decimal! non-null scalar

Fee amount at time of event.

VendorPayoutAuditEvent.payoutAmount ● Decimal! non-null scalar

Payout amount (payable) at time of event.

VendorPayoutAuditEvent.adjustmentAmount ● Decimal! non-null scalar

Adjustment amount at time of event.

VendorPayoutAuditEvent.refundAmount ● Decimal! non-null scalar

Refund amount at time of event.

VendorPayoutAuditEvent.discounts ● Decimal! non-null scalar

Discounts at time of event.

VendorPayoutAuditEvent.volumeDiscounts ● Decimal! non-null scalar

Volume discounts at time of event.

VendorPayoutAuditEvent.average ● Decimal! non-null scalar

Average order value at time of event.

VendorPayoutAuditEvent.ledgerVersion ● Int! non-null scalar

Version of seller payable ledger used to initialize this payout.

VendorPayoutAuditEvent.userEmail ● String scalar

Email of user who made the change.

VendorPayoutAuditEvent.userId ● String scalar

Global ID of user who made the change.

VendorPayoutAuditEvent.tenantId ● Int scalar

Tenant ID where the change occurred.

VendorPayoutAuditEvent.tenantSlug ● String scalar

Tenant slug where the change occurred.

VendorPayoutAuditEvent.appName ● String scalar

App name if change was via API token.

VendorPayoutAuditEvent.appId ● String scalar

Global ID of app if change was via API token.

VendorPayoutAuditEvent.taskName ● String scalar

Celery task name if change was async.

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

VendorPayoutAuditEventCountableEdge object

Was this page helpful?