Skip to content

BasketPayment model

BasketPayment model represents details about a payment method and consists of the following fields:

  • actions: TBasketActions
  • id: string
  • paymentId: number
  • name: string
  • description: string
  • isSelected: boolean
  • isFeatured: boolean
  • channelKey: string
  • image: string
  • subChannels: string[]
  • additionalInfoLabel: string | undefined
  • integrationData: unknown

TBasketActions

Represents the TBasketActions object.