AccountingItemDefault
One value that applying defaults would write to a product's accounting item, and where it comes from.
type AccountingItemDefault {
field: String!
label: String!
resolved: String
source: String!
value: String!
}
Fields
AccountingItemDefault.field ● String! non-null scalar common
The accounting item field this default fills.
AccountingItemDefault.label ● String! non-null scalar common
Human-readable name of that field.
AccountingItemDefault.resolved ● String scalar common
The concrete value this product would receive, present only when it differs
from value (that is, when the source is a product field).
AccountingItemDefault.source ● String! non-null scalar common
Where the value comes from, for display: Product, Integration Settings, or Item type.
AccountingItemDefault.value ● String! non-null scalar common
What is being used, for display. The product field's name when the source is a product field, otherwise the value itself.
Member Of
Product object