For AI agents: visit https://erplain.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Associated query | Returns multiple results |
|---|
| PaymentInformation | |
| PaymentInformations | ✔️ |
| Label | Type | Notes | Null |
|---|
| default_pi | boolean | Indicates if this is the default payment information | ✔️ |
| id | integer | The payment information's id | |
| label | string | The payment information's label | |
| payment_information | string | The payment information | ✔️ |
query{
PaymentInformations{
edges{
node{
default_pi
id
label
payment_information
}
}
}
}