Skip to main content

GiftCardPaymentMethodDetailsInput Input Type

No description

input GiftCardPaymentMethodDetailsInput {
name: String!
brand: String
lastChars: String
}

Fields

name ● String!

Name of the payment method used for the transaction. Max length is 256 characters.

Added in Saleor 3.23 (unreleased)

brand ● String

Brand of the gift card used for the transaction. Max length is 40 characters.

Added in Saleor 3.23 (unreleased)

lastChars ● String

Last characters of the gift card used for the transaction. Max length is 4 characters.

Added in Saleor 3.23 (unreleased)

Member Of

PaymentMethodDetailsInput input