DocumentPaymentGatewayRead
object
Reads a Document Payment Gateway
Fields
| Name | Type | Description |
|---|---|---|
documentPaymentGatewayId | Int! | |
documentId | Int! | |
receiptId | Int | |
companyGatewayId | String! | |
companyGateway | CompanyGatewayRead | |
status | PaymentGatewayStatusEnum! | |
notes | String | |
value | Float! | |
isDrafted | Boolean! | Derived from the owning document's state: `true`while the document is a draft (document.status = 0), `false`once it is closed/finalized. Not stored — resolved from the related document. |
updatedAt | String! | |
createdAt | String! | |
document | DocumentEssentialsRead | |
receipt | DocumentEssentialsRead | |
documentPaymentIfthenpayMB | DocumentPaymentIfthenpayMBRead | |
documentPaymentIfthenpayLink | DocumentPaymentIfthenpayLinkRead | |
documentPaymentEuPagoMB | DocumentPaymentEuPagoMBRead | |
documentPaymentEuPagoLink | DocumentPaymentEuPagoLinkRead | |
documentPaymentReduniqMB | DocumentPaymentReduniqMBRead | |
documentPaymentReduniqLink | DocumentPaymentReduniqLinkRead |