Skip to main content

AdyenDispute

No description

type AdyenDispute implements Dispute {
amount: Float
currency: String
defenseEndAt: ISO8601DateTime
id: ID
number: String
paymentTransaction: Transaction
reason: String
startedAt: ISO8601DateTime
status: PaymentDisputeStatus
}

Fields

AdyenDispute.amount ● Float scalar

The dispute amount. Dispute amounts are negative.

AdyenDispute.currency ● String scalar

The dispute currency, as an ISO 4217 code.

AdyenDispute.defenseEndAt ● ISO8601DateTime scalar

The merchant defense deadline. Cleared automatically when the dispute reaches a final status.

AdyenDispute.id ● ID scalar

The unique identifier of the record.

AdyenDispute.number ● String scalar

The provider dispute identifier.

AdyenDispute.paymentTransaction ● Transaction interface

The payment transaction the dispute belongs to.

AdyenDispute.reason ● String scalar

The provider explanation of the dispute.

AdyenDispute.startedAt ● ISO8601DateTime scalar

When the dispute was opened.

AdyenDispute.status ● PaymentDisputeStatus enum

The dispute status.

Interfaces

Dispute interface