RefundItem
A refunding item of a related billing item
Fields
billing_item_id
· String
· The ID of the billing_item refund_amount
· String
· The refund amount refund_date
· String
· The refund date Used By
Definition
"""A refunding item of a related billing item"""type RefundItem { """ The ID of the billing_item """ billing_item_id: String
""" The currency """ currency: String
""" The unique identifier of the refund """ id: ID!
""" The refund amount """ refund_amount: String
""" The refund date """ refund_date: String
""" The status of refunding """ status: String}