Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GiftCardCodeLog

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:gift_card_code_log"
links: { fx:gift_card: GiftCard; fx:gift_card_code: GiftCardCode; fx:store: Backend.Rels.Store; fx:transaction: Backend.Rels.Transaction; self: GiftCardCodeLog }

Type declaration

props: { balance_adjustment: null | number; date_created: null | string; date_modified: null | string; external_id: null | string; source: null | string; transaction_id: null | number; user_id: null | number }

Type declaration

  • balance_adjustment: null | number

    Balance adjustment for the gift card. Decimal, optional.

  • date_created: null | string

    The date this resource was created. Readonly.

  • date_modified: null | string

    The date this resource was last modified. Readonly.

  • external_id: null | string

    External id associated with gift card. If you maintain gift card balances across multiple systems, you can use this field to track non-Foxy transactions. Optional. 50 characters or less.

  • source: null | string

    Source that made the change for the gift card. Readonly.

  • transaction_id: null | number

    The Foxy transaction ID associated with gift card usage. Integer, optional.

  • user_id: null | number

    User id that made the change, for store admin or API initiated balance adjustments. Integer, optional.

zooms: { gift_card?: GiftCard }

Type declaration

Generated using TypeDoc