Type alias CouponFragment

CouponFragment: { __typename?: "Coupon"; additionalMetaData?: any | null; amountsOff?: { __typename?: "Money"; amount: number; currency: Currency }[] | null; billingId?: string | null; billingLinkUrl?: string | null; createdAt: any; description?: string | null; discountValue: number; id: string; name: string; percentOff?: number | null; refId: string; status: CouponStatus; syncStates?: { __typename?: "SyncState"; status: SyncStatus; vendorIdentifier: VendorIdentifier }[] | null; type: CouponType; updatedAt: any }

Type declaration

  • Optional __typename?: "Coupon"
  • Optional additionalMetaData?: any | null
  • Optional amountsOff?: { __typename?: "Money"; amount: number; currency: Currency }[] | null
  • Optional billingId?: string | null
  • Optional billingLinkUrl?: string | null
  • createdAt: any
  • Optional description?: string | null
  • discountValue: number
  • id: string
  • name: string
  • Optional percentOff?: number | null
  • refId: string
  • status: CouponStatus
  • Optional syncStates?: { __typename?: "SyncState"; status: SyncStatus; vendorIdentifier: VendorIdentifier }[] | null
  • type: CouponType
  • updatedAt: any