PayPalPaymentResult constructor
const
PayPalPaymentResult({})
Implementation
const PayPalPaymentResult({
required this.success,
this.orderId,
this.payerId,
this.status,
this.errorCode,
this.message,
});
const PayPalPaymentResult({
required this.success,
this.orderId,
this.payerId,
this.status,
this.errorCode,
this.message,
});