Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines input for attachments.

Hierarchy

  • CreateVlocityAttachmentsInput

Index

Properties

productId

productId: string

Object Id of the product

records

records: any[]

List of VlocityRecords attachment.

Methods

formVlocityAttachmentObject

  • formVlocityAttachmentObject(record: any): any
  • Creates a VlocityAttachment object and maps attribute values from the passed input

    Parameters

    • record: any

    Returns any

    • returns VlocityAttachment object

makeVlocityAttachmentRecords

  • makeVlocityAttachmentRecords(): any
  • Forms request for create VlocityAttachment records.

    Returns any

    • returns VlocityAttachment objects Array

Generated using TypeDoc