PurchaseOrder

constructor(products: List<PhysicalProduct>? = null, shipping: Shipping? = null, type: String? = null)