OBJECT

RefundItem

A refinding item of a related billing item

link GraphQL Schema definition

  • 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
  • }