Skip to main content

DiscountPercentValue

The value of a percentage based discount

type DiscountPercentValue {
percentage: Float!
}

Fields

DiscountPercentValue.percentage ● Float! non-null scalar

The percentage value of the discount

Implemented By

DiscountAmount union