PaymentMethodDetailsInput Input Type
Details of the payment method used for the transaction. One of card, other, or giftCard is required.
input PaymentMethodDetailsInput {
card: CardPaymentMethodDetailsInput
other: OtherPaymentMethodDetailsInput
giftCard: GiftCardPaymentMethodDetailsInput
}
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.
giftCard ● GiftCardPaymentMethodDetailsInput
Details of the gift card payment method used for the transaction.
Added in Saleor 3.23 (unreleased)Member Of
TransactionCreateInput input ● transactionEventReport mutation ● TransactionUpdateInput input