Class: PlatformSettings
Constructors
constructor
• new PlatformSettings(): PlatformSettings
Returns
Properties
accessKey
• accessKey: string
= ''
accessSecret
• accessSecret: string
= ''
adminPath
• adminPath: string
= ''
apiKey
• apiKey: string
= ''
apiSecret
• apiSecret: string
= ''
canCheckIsIntegrated
• canCheckIsIntegrated: boolean
= false
currencyCode
• currencyCode: string
= 'EUR'
currencyID
• currencyID: undefined
| number
= undefined
currencySymbol
• currencySymbol: string
= '€'
definitiveUrl
• definitiveUrl: string
= ''
ecommerceID
• ecommerceID: number
= -1
ecommerceName
• ecommerceName: number
= -1
hasProductsApi
• hasProductsApi: boolean
= false
isMarketplace
• isMarketplace: boolean
= false
password
• password: string
= ''
productsApi
• productsApi: string
= ''
remoteUrl
• remoteUrl: string
= ''
salesChannelID
• salesChannelID: number
= -1
username
• username: string
= ''
Empty
▪ Static
Empty: PlatformSettings
Accessors
platform
• get
platform(): Platform
Returns
Methods
fromData
▸ fromData(response
): PlatformSettings
Parameters
Name | Type |
---|---|
response | PlatformSettingsDto |