Skip to main content
Version: 2.x

Interface: BillingDisputeInfo

Defined in: javascript/src/billing/types/documents.ts:67

Properties

providerDisputeId

providerDisputeId: string

Defined in: javascript/src/billing/types/documents.ts:68


providerPaymentId

providerPaymentId: string

Defined in: javascript/src/billing/types/documents.ts:69


reason?

optional reason?: string | null

Defined in: javascript/src/billing/types/documents.ts:71


status

status: "needs_response" | "under_review" | "won" | "lost" | "closed"

Defined in: javascript/src/billing/types/documents.ts:70