Class MerchantDivision
The merchant division object in Bolt
Inheritance
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0Syntax
public class MerchantDivision : Object
Constructors
MerchantDivision()
Declaration
public MerchantDivision()
Properties
AccountPageUrl
The account page url
Declaration
public string AccountPageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DebugUrl
The debug url
Declaration
public string DebugUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
The description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
The display name
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GetAccountUrl
The get account url
Declaration
public string GetAccountUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HookType
The hook type
Declaration
public string HookType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HookUrl
The hook url
Declaration
public string HookUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
The id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IosAppName
The ios app name
Declaration
public string IosAppName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsProvisioned
Is Provivioned
Declaration
public bool IsProvisioned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUniversalMerchantApi
Is universal merchant api
Declaration
public bool IsUniversalMerchantApi { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsWebhooksV2
The is webhooks v2
Declaration
public bool IsWebhooksV2 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Logo
The logo
Declaration
public Logo Logo { get; set; }
Property Value
Type | Description |
---|---|
Logo |
LogoDashboard
The logo Dashboard
Declaration
public Logo LogoDashboard { get; set; }
Property Value
Type | Description |
---|---|
Logo |
MerchantId
The merchant id
Declaration
public string MerchantId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MerchantSmsAutoreply
The merchant sms autoreply
Declaration
public string MerchantSmsAutoreply { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MerchantSmsNumber
The merchant sms number
Declaration
public string MerchantSmsNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MobileAppDomainUrl
The mobile app domain url
Declaration
public string MobileAppDomainUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OauthLogoutUrl
The oauth logout url
Declaration
public string OauthLogoutUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OauthRedirectUrl
The oauth redirect url
Declaration
public string OauthRedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Platform
The platform
Declaration
public string Platform { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrivacyPolicyUrl
The privacy policy url
Declaration
public string PrivacyPolicyUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProductInfoUrl
The product info url
Declaration
public string ProductInfoUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PublicId
The public id
Declaration
public string PublicId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SfccSiteId
The sfcc site id
Declaration
public string SfccSiteId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShippingAndTaxUrl
The shipping and tax url
Declaration
public string ShippingAndTaxUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShippingUrl
The shipping url
Declaration
public string ShippingUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SupportPageUrl
The support page url
Declaration
public string SupportPageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaxUrl
The tax url
Declaration
public string TaxUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermsOfServiceUrl
The terms of service url
Declaration
public string TermsOfServiceUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UniversalMerchantApiUrl
The universal merchant api url
Declaration
public string UniversalMerchantApiUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateCartUrl
The update cart url
Declaration
public string UpdateCartUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValidateAdditionalAccountDataUrl
The validate additional account data url
Declaration
public string ValidateAdditionalAccountDataUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WebhookUrls
The webhook urls
Declaration
public List<string> WebhookUrls { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |