PaymentUIRequest constructor
PaymentUIRequest({
- required Order order,
- MainMethod? mainMethod,
- LoyaltyMethod? loyaltyMethod,
- DepositMethod? depositMethod,
- required int totalAmount,
- Metadata? metadata,
- ExtraOptions? extraOptions,
Implementation
PaymentUIRequest({
required this.order,
this.mainMethod,
this.loyaltyMethod,
this.depositMethod,
required this.totalAmount,
this.metadata,
this.extraOptions,
});