paymentCapture Graph Node
Back to IndexRoot Set Name: paymentCaptures
Fields
amount | DecimalValue The amount to be captured. May or may not have been captured yet; see capturedAmount and remainingAmount. |
capturedAmount | DecimalValue The amount that has been captured. |
createdAt | DateTimeOffsetValue |
paymentCaptureId | UuidValue |
remainingAmount | DecimalValue The amount that remains to be captured. |
state | ClrEnumValue`1 |
Edges
| Name | Type | Cardinality |
|---|---|---|
invoice | invoice | Single |
order | order | Single |
payment | payment | Single |
paymentJournalEntries | paymentJournalEntry | Many |