Skip to main content

TransactionFilterInput Input Type

Filter input for transactions.

input TransactionFilterInput {
paymentMethodDetails: PaymentMethodDetailsFilterInput
pspReference: StringFilterInput
metadata: MetadataFilterInput
}

Fields

paymentMethodDetails ● PaymentMethodDetailsFilterInput

Filter by payment method details used to pay for the order.

pspReference ● StringFilterInput

Filter by PSP reference of transactions.

Added in Saleor 3.22

metadata ● MetadataFilterInput

Filter by metadata fields of transactions.

Member Of

DraftOrderWhereInput input ● OrderWhereInput input