PaymentRequestProductRefs constructor

PaymentRequestProductRefs({
  1. int? id,
  2. int? quantity,
  3. String? type,
})

Implementation

PaymentRequestProductRefs({this.id, this.quantity, this.type});