PaymentMethodDetailsPaypalSellerProtection constructor
const
PaymentMethodDetailsPaypalSellerProtection({
- List<
PaymentMethodDetailsPaypalSellerProtectionDisputeCategoriesItem> ? disputeCategories, - required PaymentMethodDetailsPaypalSellerProtectionStatus status,
The level of protection offered as defined by PayPal Seller Protection for Merchants, for this transaction.
Implementation
const PaymentMethodDetailsPaypalSellerProtection({
this.disputeCategories,
required this.status,
});