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
- Boolean :
- ID! :
- # True if immutable tax documents is enabled
- Boolean! :
- # Value used for placeholder and any messaging around Vertical default Tax Rate
- Float :
- # True if "invoice/remittance advice amendments to be downloaded separately" is
- # enabled
- Boolean! :
- }