Paypal.Order.Authorization.SellerProtection (Paypal v0.1.0)

View Source

Seller protection gives us information about if the protection of the seller is elegible and the categories for the disputes.

Summary

Types

t()

Seller protection gives us the eligibility of the seller and the kind of disputes.

Types

t()

@type t() :: %Paypal.Order.Authorization.SellerProtection{
  dispute_categories: [String.t()] | nil,
  status: any() | nil
}

Seller protection gives us the eligibility of the seller and the kind of disputes.