Class: PlatformSettings
Constructors
constructor
• new PlatformSettings(ecommerceId
, currencyId
, apiKey
, apiSecret
, accessKey
, accessSecret
, remoteUrl
, username
, password
, adminPath
): PlatformSettings
Parameters
Name | Type |
---|---|
ecommerceId | number |
currencyId | undefined | number |
apiKey | string |
apiSecret | string |
accessKey | string |
accessSecret | string |
remoteUrl | string |
username | string |
password | string |
adminPath | string |
Returns
Properties
accessKey
• accessKey: string
accessSecret
• accessSecret: string
adminPath
• adminPath: string
apiKey
• apiKey: string
apiSecret
• apiSecret: string
currencyId
• currencyId: undefined
| number
ecommerceId
• ecommerceId: number
password
• password: string
remoteUrl
• remoteUrl: string
username
• username: string
Empty
▪ Static
Empty: PlatformSettings
Accessors
platform
• get
platform(): Platform
Returns
Methods
fromData
▸ fromData(settings
): PlatformSettings
Parameters
Name | Type |
---|---|
settings | PlatformSettingsDto |