PaymentMethodDetailsPaypalSellerProtection constructor

const PaymentMethodDetailsPaypalSellerProtection({
  1. List<PaymentMethodDetailsPaypalSellerProtectionDisputeCategoriesItem>? disputeCategories,
  2. 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,
});