Skip to content

Latest commit

 

History

History
116 lines (68 loc) · 2.14 KB

StoreConfig.md

File metadata and controls

116 lines (68 loc) · 2.14 KB

@bigcommerce/checkout-sdk / StoreConfig

Interface: StoreConfig

Table of contents

Properties

Properties

cdnPath

cdnPath: string


checkoutSettings

checkoutSettings: CheckoutSettings


currency

currency: StoreCurrency


displayDateFormat

displayDateFormat: string


displaySettings

displaySettings: DisplaySettings


formFields

formFields: FormFields

deprecated Please use instead the data selectors

remarks

const data = CheckoutService.getState().data;
const shippingAddressFields = data.getShippingAddressFields('US');
const billingAddressFields = data.getBillingAddressFields('US');
const customerAccountFields = data.getCustomerAccountFields();

imageDirectory

imageDirectory: string


inputDateFormat

inputDateFormat: string


isAngularDebuggingEnabled

isAngularDebuggingEnabled: boolean


links

links: StoreLinks


paymentSettings

paymentSettings: PaymentSettings


shopperConfig

shopperConfig: ShopperConfig


shopperCurrency

shopperCurrency: ShopperCurrency


storeProfile

storeProfile: StoreProfile