Skip to Content

PaymentMethod

Describes a payment method available for transactions, including its presentation details and branding information.

Type Definition

type PaymentMethod { title: String shortDescription: String description: String logo: String }

Fields

FieldTypeDescription
titleStringReturns the title.
shortDescriptionStringReturns the short description.
descriptionStringReturns the description.
logoStringReturns the logo.

Relationships

PaymentMethod represents a standalone payment option that can be used in checkout flows and payment-related queries. It contains presentation metadata for displaying payment options to users without referencing other types in the schema.

Example

{ paymentMethod { title shortDescription description logo } }

Implements

No interfaces implemented.

None.