TransferOffersProperties interface
Transfer offers properties
Properties
| offer |
Offers ids list to transfer from source collection to target collection(s) |
| operation | Operation to perform (For example: Copy or Move) |
| target |
Target collections ids |
Property Details
offerIdsList
Offers ids list to transfer from source collection to target collection(s)
offerIdsList?: string[]
Property Value
string[]
operation
Operation to perform (For example: Copy or Move)
operation?: string
Property Value
string
targetCollections
Target collections ids
targetCollections?: string[]
Property Value
string[]