payInvoice
payInvoice(
invoiceID: ID!
paymentMethodID: ID
amount: Int64
): Boolean!
Arguments
payInvoice.invoiceID ● ID! non-null scalar
payInvoice.paymentMethodID ● ID scalar
payInvoice.amount ● Int64 scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.