PaymentMethod constructor

PaymentMethod({
  1. int? id,
  2. String? label,
  3. dynamic pictureUrl,
})

Implementation

PaymentMethod({this.id, this.label, this.pictureUrl});