Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GiftCardTransactionRedemptionDetails

Hierarchy

  • GiftCardTransactionRedemptionDetails

Index

Properties

Properties

details

details: { balance: { amount: number; balance: number; object: "balance"; related_object: { id: string; type: "voucher" }; total: number; type: "gift_voucher" }; order: { id: string; source_id: null | string }; redemption: { id: string } }

Type declaration

  • balance: { amount: number; balance: number; object: "balance"; related_object: { id: string; type: "voucher" }; total: number; type: "gift_voucher" }
    • amount: number
    • balance: number
    • object: "balance"
    • related_object: { id: string; type: "voucher" }
      • id: string
      • type: "voucher"
    • total: number
    • type: "gift_voucher"
  • order: { id: string; source_id: null | string }
    • id: string
    • source_id: null | string
  • redemption: { id: string }
    • id: string

source

source: null

type

type: "CREDITS_REDEMPTION"