SurchargeProduct
No description
type SurchargeProduct {
surchargeId: String!
productId: Int
surcharge: Surcharge!
}
Fields
SurchargeProduct.surchargeId
● String!
non-null scalar
The surcharge identifier
SurchargeProduct.productId
● Int
scalar
The product identifier
SurchargeProduct.surcharge
● Surcharge!
non-null object
The surcharge object
Member Of
SurchargeProductResponse
object