GraphQL INTERFACE

PaymentProfileInterface

Interface for the payment profile of the customer.

link Definition

  • interface PaymentProfileInterface {
  • # Unique ID of the payment profile.
  • id: String!
  • # Payment type.
  • paymentType: PaymentType!
  • # Is Purchase Order.
  • isPurchaseOrder: Boolean!
  • }