PaymentSource constructor
PaymentSource({})
Implementation
PaymentSource({
this.itemId,
this.amount,
this.productName,
this.productImage,
this.paymentId,
this.paymentType,
this.time,
this.deliveryAddress,
this.orderStatus,
this.from
});