Interface Dispute

Export

Dispute

Hierarchy

  • Dispute

Properties

account_id: string

The ID of the Account associated with this dispute.

Memberof

Dispute

amount: number

Amount of the charge that is in dispute in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). If the dispute is type chargeback the amount has already been deducted from your account balance and can only be restored by submitting evidence proving the validity of the charge.

Memberof

Dispute

balance_transactions: BalanceTransaction[]

The balance transactions that describes the impact of this dispute on your account balance.

Memberof

Dispute

charge_id: string

The ID of the Charge associated with this dispute.

Memberof

Dispute

closing_at?: string

Time at which the supporting evidence is due and the dispute will be closed with no response.

Memberof

Dispute

created_at: string

Time at which the object was created.

Memberof

Dispute

currency: DisputeCurrency

Three-letter ISO currency code, in lowercase.

Memberof

Dispute

evidence?: DisputeEvidence

Evidence submitted to challenge the dispute.

Memberof

Dispute

id: string

Unique identifier for the object.

Memberof

Dispute

losing_at?: string

Time at which the a dispute will be marked lost.

Memberof

Dispute

reason_description?: string

Description explaining the reason for a dispute

Memberof

Dispute

reversed_at?: string

Time at which the dispute was reversed.

Memberof

Dispute

Current status of the dispute.

Memberof

Dispute

status_history: DisputeStatusHistory[]

Status history of the dispute.

Memberof

Dispute

updated_at: string

Time at which the object was updated.

Memberof

Dispute

Generated using TypeDoc