INPUT_OBJECT
Autogenerated input type of updateWriteOff
input updateWriteOffInput {# The ID of the write-off to updateid: ID!# The ID of the requested payment associated with this write-offrequested_payment_id: ID# The type of write-offwrite_off_type: WriteOffType# The amount of the write-offamount: Float# Required if write_off_type is "other"other_reason: String}