Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyHelpers

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:property_helpers"
links: { fx:checkout_types: CheckoutTypes; fx:countries: Countries; fx:customer_password_hash_types: CustomerPasswordHashTypes; fx:default_templates: DefaultTemplates; fx:hosted_payment_gateways: HostedPaymentGatewaysHelper; fx:language_strings: LanguageStrings; fx:languages: Languages; fx:locale_codes: LocaleCodes; fx:payment_gateways: PaymentGatewaysHelper; fx:regions: Regions; fx:shipping_address_types: ShippingAddressTypes; fx:shipping_methods: ShippingMethods; fx:store_versions: StoreVersions; fx:timezones: Timezones; self: PropertyHelpers }

Type declaration

  • fx:checkout_types: CheckoutTypes

    List of valid checkout type values for the store's checkout_type setting.

  • fx:countries: Countries

    List of valid country values for any country setting such as the store's store_country.

  • fx:customer_password_hash_types: CustomerPasswordHashTypes

    List of valid customer password hash type values for the store's customer_password_hash_type setting.

  • fx:default_templates: DefaultTemplates

    Default templates for the cart, checkout, receipt and email.

  • fx:hosted_payment_gateways: HostedPaymentGatewaysHelper

    Hosted payment gateways such as PayPal, BitPay, and Dwolla.

  • fx:language_strings: LanguageStrings

    List of default language strings that can be overriden.

  • fx:languages: Languages

    List of valid language values for the store's language setting.

  • fx:locale_codes: LocaleCodes

    List of all supported locales.

  • fx:payment_gateways: PaymentGatewaysHelper

    List of supported payment gateways and valid entries for that resource's type setting.

  • fx:regions: Regions

    List of valid region values. It defaults to US states, but you can fetch other country states using ?country_code=<valid country code>.

  • fx:shipping_address_types: ShippingAddressTypes

    List of valid address type values for the store's shipping_address_type setting.

  • fx:shipping_methods: ShippingMethods

    The shipping carriers used when configuring live shipping rates.

  • fx:store_versions: StoreVersions

    Store versions available along with their changelog details.

  • fx:timezones: Timezones

    List of valid timezones for the store's timezone setting.

  • self: PropertyHelpers

    This resource.

props: { message: string }

Type declaration

  • message: string

    Resource description.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc