Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.08 KB

ChannelCatalogMarketplaceProperty.md

File metadata and controls

26 lines (23 loc) · 2.08 KB

IO.Swagger.Model.ChannelCatalogMarketplaceProperty

Properties

Name Type Description Notes
Name string Channel catalog marketplace property name
Values List<string> Channel catalog marketplace property values [optional]
Info BeezUPCommonInfoSummaries [optional]
_Default List<string> Indicate the default values of the property [optional]
Description string Indicate the description of the property [optional]
Position int? Indicate the position of the property in the display group
_ReadOnly bool? Indicate if the value cannot be changed. This is used for example for ebay token that should not be changed. [default to false]
MinLength int? Indicates the minimum size of the property value [optional] [default to 0]
MaxLength int? Indicates the maximum size of the property value [optional]
MinItems int? Indicates the minimum item count of the property value. [optional] [default to 1]
MaxItems int? Indicates the maximum item count of the property value [optional] [default to 1]
LovLink BeezUPCommonLOVLink3 [optional]
LovRequired bool? Indicates if the property value must be in the list of value. [optional] [default to false]
Required bool? Indicate if the property is required or not [default to false]
OfferIdRequired int? Indicates the offer identifier required to configure this property. [optional]
Visible bool? Indicates if this property should be displayed in the configuration page. [default to true]
Type Type [optional]
Pattern string Channel catalog marketplace setting value format validation regular expression [optional]

[Back to Model list] [Back to API list] [Back to README]