Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RedemptionsRedeemStackableResponse

Hierarchy

  • RedemptionsRedeemStackableResponse

Index

Properties

Optional order

parent_redemption

parent_redemption: { customer?: SimpleCustomer; customer_id?: string; date: string; id: string; metadata?: Record<string, any>; object: "redemption"; order?: RedemptionsRedeemStackableOrderResponse; related_object_id: string; related_object_type: "redemption"; result: "SUCCESS" | "FAILURE"; tracking_id?: string }

Type declaration

  • Optional customer?: SimpleCustomer
  • Optional customer_id?: string
  • date: string
  • id: string
  • Optional metadata?: Record<string, any>
  • object: "redemption"
  • Optional order?: RedemptionsRedeemStackableOrderResponse
  • related_object_id: string
  • related_object_type: "redemption"
  • result: "SUCCESS" | "FAILURE"
  • Optional tracking_id?: string

redemptions