MerchantPaymentDisputed
Merchant Payment status disputed
type MerchantPaymentDisputed implements MerchantPaymentStatusInfo {
status: MerchantPaymentStatus!
createdAt: DateTime!
authorizedAt: DateTime!
capturedAt: DateTime!
disputedAt: DateTime!
}
Fields
MerchantPaymentDisputed.status
● MerchantPaymentStatus!
non-null enum
status of the merchant payment
MerchantPaymentDisputed.createdAt
● DateTime!
non-null scalar
Created date
MerchantPaymentDisputed.authorizedAt
● DateTime!
non-null scalar
Authorized date
MerchantPaymentDisputed.capturedAt
● DateTime!
non-null scalar
Captured date
MerchantPaymentDisputed.disputedAt
● DateTime!
non-null scalar
Disputed date
Interfaces
MerchantPaymentStatusInfo
interface
Merchant Payment Status Information