Payment Methods

paymentMethods #

paymentMethods() [PaymentMethod]

Example #

query paymentMethods(){
  paymentMethods() {
    id
    displayName
    currencyName
    currencySymbol
    isDigitalPayment
  }
}

Try It Now