AgriWebb API
GraphQL/Enums

PurchaseCostType

No description

enum PurchaseCostType {
  perHead
  perHeadIndividuallyPriced
  gross
  transport
  commission
  levy
  insurance
  other
}

Values

PurchaseCostType.perHead

Per-head price applied uniformly to all animals.

PurchaseCostType.perHeadIndividuallyPriced

Individual price per animal.

PurchaseCostType.gross

Single gross total covering all animals.

PurchaseCostType.transport

Transport cost.

PurchaseCostType.commission

Commission cost.

PurchaseCostType.levy

Levy or government charge.

PurchaseCostType.insurance

Insurance cost.

PurchaseCostType.other

Other unclassified cost.

Member Of

PurchaseOutgoingInput

input