Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckoutTemplate

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:checkout_template"
links: { fx:cache: Cache; fx:encode: Encode; fx:store: Backend.Rels.Store; fx:template_sets: TemplateSets; self: CheckoutTemplate }

Type declaration

  • fx:cache: Cache

    POST here to cache your template using the content_url.

  • fx:encode: Encode

    POST here to encode a body of html for use with our HMAC cart encryption.

  • fx:store: Backend.Rels.Store

    Store this template belongs to.

  • fx:template_sets: TemplateSets

    Template sets using this template.

  • self: CheckoutTemplate

    This resource.

props: { content: string; content_url: string; date_created: null | string; date_modified: null | string; description: string }

Type declaration

  • content: string

    The content of your checkout template. Leave blank to use the default responsive template. This shouldn't be set directly unless all of your image references are already over https. If they are not, set the content_url to point to your template content online and then POST to the cache link relationship.

  • content_url: string

    The URL of your checkout template hosted on your own server online and publicly available for our server to cache.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • description: string

    The description of your checkout template.

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

Generated using TypeDoc