PaypalSellerProtection constructor
const
PaypalSellerProtection({
- List<
PaymentMethodDetailsPaypalSellerProtectionDisputeCategoriesItem> ? disputeCategories, - required PaymentMethodDetailsPaypalSellerProtectionStatus status,
paypal_seller_protection
Implementation
const PaypalSellerProtection({
this.disputeCategories,
required this.status,
});