Dispute
No description
interface Dispute {
amount: Float
currency: String
defenseEndAt: ISO8601DateTime
id: ID
number: String
paymentTransaction: Transaction
reason: String
startedAt: ISO8601DateTime
status: PaymentDisputeStatus
}
Fields
Dispute.amount ● Float scalar
The dispute amount. Dispute amounts are negative.
Dispute.currency ● String scalar
The dispute currency, as an ISO 4217 code.
Dispute.defenseEndAt ● ISO8601DateTime scalar
The merchant defense deadline. Cleared automatically when the dispute reaches a final status.
Dispute.id ● ID scalar
The unique identifier of the record.
Dispute.number ● String scalar
The provider dispute identifier.
Dispute.paymentTransaction ● Transaction interface
The payment transaction the dispute belongs to.
Dispute.reason ● String scalar
The provider explanation of the dispute.
Dispute.startedAt ● ISO8601DateTime scalar
When the dispute was opened.
Dispute.status ● PaymentDisputeStatus enum
The dispute status.
Returned By
paymentDispute query
Member Of
AdyenTransaction object ● DisputeConnection object ● DisputeEdge object ● HeylightTransaction object ● NexiTransaction object ● PaymentBasicTransaction object ● PaymentExternalTransaction object ● PaypalTransaction object ● ScalaPayTransaction object ● ShopifyTransaction object ● StripeTransaction object ● Transaction interface
Implemented By
AdyenDispute object ● PaymentExternalDispute object ● ShopifyDispute object