OBJECT

FinanceSettings

Site wide customization settings for a marketplace

link GraphQL Schema definition

  • type FinanceSettings {
  • # Indicates if credit notes feature is enabled for this vertical
  • creditNotesEnabled: Boolean
  • # Value used for placeholder and any messaging around Vertical default Tax Rate
  • itemTaxRate: Float
  • }