GitHub

ShopifyOrderFinancialStatus

enum

import { ShopifyOrderFinancialStatus } from '@daffodil/driver/shopify'

Represents the order's current financial status.

enum ShopifyOrderFinancialStatus {
  Authorized = ShopifyOrderFinancialStatus.Authorized,
  Paid = ShopifyOrderFinancialStatus.Paid,
  PartiallyPaid = ShopifyOrderFinancialStatus.PartiallyPaid,
  PartiallyRefunded = ShopifyOrderFinancialStatus.PartiallyRefunded,
  Pending = ShopifyOrderFinancialStatus.Pending,
  Refunded = ShopifyOrderFinancialStatus.Refunded,
  Voided = ShopifyOrderFinancialStatus.Voided,
}

Properties

Authorized
ShopifyOrderFinancialStatus.Authorized

Displayed as Authorized.

Paid
ShopifyOrderFinancialStatus.Paid

Displayed as Paid.

PartiallyPaid
ShopifyOrderFinancialStatus.PartiallyPaid

Displayed as Partially paid.

PartiallyRefunded
ShopifyOrderFinancialStatus.PartiallyRefunded

Displayed as Partially refunded.

Pending
ShopifyOrderFinancialStatus.Pending

Displayed as Pending.

Refunded
ShopifyOrderFinancialStatus.Refunded

Displayed as Refunded.

Voided
ShopifyOrderFinancialStatus.Voided

Displayed as Voided.