OBJECT
WriteOff
An invoice (requested payment) write-off
link GraphQL Schema definition
- type WriteOff {
- # The amount of the write-off
- Float! :
- # The unique identifier of the write-off
- ID! :
- # Non-standard reason for the write-off
- String :
- # The requested payment associated with this write-off
- RequestedPayment! :
- # The type of write-off
- WriteOffType! :
- }