ShopifyDispute
No description
type ShopifyDispute implements Dispute {
amount: Float
currency: String
defenseEndAt: ISO8601DateTime
id: ID
number: String
paymentTransaction: Transaction
reason: String
startedAt: ISO8601DateTime
status: PaymentDisputeStatus
}
Fields
ShopifyDispute.amount ● Float scalar
The dispute amount. Dispute amounts are negative.
ShopifyDispute.currency ● String scalar
The dispute currency, as an ISO 4217 code.
ShopifyDispute.defenseEndAt ● ISO8601DateTime scalar
The merchant defense deadline. Cleared automatically when the dispute reaches a final status.
ShopifyDispute.id ● ID scalar
The unique identifier of the record.
ShopifyDispute.number ● String scalar
The provider dispute identifier.
ShopifyDispute.paymentTransaction ● Transaction interface
The payment transaction the dispute belongs to.
ShopifyDispute.reason ● String scalar
The provider explanation of the dispute.
ShopifyDispute.startedAt ● ISO8601DateTime scalar
When the dispute was opened.
ShopifyDispute.status ● PaymentDisputeStatus enum
The dispute status.