PaymentReceiptTypeRegular constructor
PaymentReceiptTypeRegular({})
Implementation
PaymentReceiptTypeRegular({
required this.paymentProviderUserId,
this.invoice,
this.orderInfo,
this.shippingOption,
required this.credentialsTitle,
required this.tipAmount,
});