SendPaymentInvoiceLinkOutput
No description
type SendPaymentInvoiceLinkOutput {
paymentLink: String!
success: Boolean!
}
Fields
SendPaymentInvoiceLinkOutput.paymentLink
● String!
non-null scalar
SendPaymentInvoiceLinkOutput.success
● Boolean!
non-null scalar
Returned By
sendInvoicePaymentLink
mutation