Disputes
Disputes API operations.
Summary
Functions
List Disputes
Functions
@spec get_dispute(PolarExpress.Client.t(), String.t(), map(), keyword()) :: {:ok, PolarExpress.Schemas.Dispute.t()} | {:error, PolarExpress.Error.t()}
Get Dispute
Get a dispute by ID.
Scopes: disputes:read
See PolarExpress.Params.DisputesGetDisputeParams for parameter details.
@spec list_disputes(PolarExpress.Client.t(), map(), keyword()) :: {:ok, PolarExpress.ListObject.t()} | {:error, PolarExpress.Error.t()}
List Disputes
List disputes.
Scopes: disputes:read
See PolarExpress.Params.DisputesListDisputesParams for parameter details.