Type alias CouponFragment

CouponFragment: { __typename?: "Coupon"; additionalMetaData?: any | null; billingId?: string | null; billingLinkUrl?: string | null; createdAt: any; description?: string | null; discountValue: number; id: string; name: string; 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 billingId?: string | null
  • Optional billingLinkUrl?: string | null
  • createdAt: any
  • Optional description?: string | null
  • discountValue: number
  • id: string
  • name: string
  • refId: string
  • status: CouponStatus
  • Optional syncStates?: { __typename?: "SyncState"; status: SyncStatus; vendorIdentifier: VendorIdentifier }[] | null
  • type: CouponType
  • updatedAt: any