Type Alias PaymentProductMediaDto

PaymentProductMediaDto: {
    id: string;
    url: string;
    type: PaymentProductMediaType;
    title?: string;
    isFeatured?: boolean;
    priceIds?: string[];
}

Type declaration

  • id: string
  • url: string
  • type: PaymentProductMediaType
  • Optionaltitle?: string
  • OptionalisFeatured?: boolean
  • OptionalpriceIds?: string[]