Skip to main content

PaymentMethodDetailsInput Input Type

Details of the payment method used for the transaction. One of card or other is required.

Added in Saleor 3.22
input PaymentMethodDetailsInput {
card: CardPaymentMethodDetailsInput
other: OtherPaymentMethodDetailsInput
}

Fields

card ● CardPaymentMethodDetailsInput

Details of the card payment method used for the transaction.

other ● OtherPaymentMethodDetailsInput

Details of the non-card payment method used for this transaction.

Member Of

TransactionCreateInput input ● transactionEventReport mutation ● TransactionUpdateInput input