Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GiftCardTransactionRemovalDetails

Hierarchy

  • GiftCardTransactionRemovalDetails

Index

Properties

Properties

details

details: { balance: { amount: number; balance: number; object: "balance"; operation_type: "MANUAL" | "AUTOMATIC"; related_object: { id: string; type: "voucher" }; total: number; type: "gift_voucher" } }

Type declaration

  • balance: { amount: number; balance: number; object: "balance"; operation_type: "MANUAL" | "AUTOMATIC"; related_object: { id: string; type: "voucher" }; total: number; type: "gift_voucher" }
    • amount: number
    • balance: number
    • object: "balance"
    • operation_type: "MANUAL" | "AUTOMATIC"
    • related_object: { id: string; type: "voucher" }
      • id: string
      • type: "voucher"
    • total: number
    • type: "gift_voucher"

source

source: "voucherify-web-ui" | "API"

type

type: "CREDITS_REMOVAL"