Skip to main content

MerchantPaymentPartiallyDisputed

Merchant Payment status partially disputed

type MerchantPaymentPartiallyDisputed implements MerchantPaymentStatusInfo {
status: MerchantPaymentStatus!
createdAt: DateTime!
authorizedAt: DateTime!
capturedAt: DateTime!
disputedAt: DateTime!
}

Fields

MerchantPaymentPartiallyDisputed.status ● MerchantPaymentStatus! non-null enum

status of the merchant payment

MerchantPaymentPartiallyDisputed.createdAt ● DateTime! non-null scalar

Created date

MerchantPaymentPartiallyDisputed.authorizedAt ● DateTime! non-null scalar

Authorized date

MerchantPaymentPartiallyDisputed.capturedAt ● DateTime! non-null scalar

Captured date

MerchantPaymentPartiallyDisputed.disputedAt ● DateTime! non-null scalar

Disputed date

Interfaces

MerchantPaymentStatusInfo interface

Merchant Payment Status Information