Reference
Enums

Enums

WARNING

GetPaid GraphQL API is in alpha build and is subject to change without warning. While the overall schemas will not vary much, the fields could undergo major revision. (see GraphQL Best Practices for Versioning (opens in a new tab))

About Enums

Enums are unique values in their own right, rather than being references to a numeric value. They can be serialized as strings, which are the names of the represented values.

For example, the BankAccount object has a field called status. The status is an enum (specifically, of type String).

For more information, see "About the GraphQL API"

Specification

Last updated on January 4, 2023