Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 865 Bytes

File metadata and controls

23 lines (19 loc) · 865 Bytes

BillaBear.InlineResponse2009Data

Properties

Name Type Description Notes
id String [optional]
amount Number [optional]
currency String Three-letter ISO currency code. Must be upper-case [optional]
externalReference String [optional]
status String [optional]
createdAt String [optional]
customer Customer [optional]
receipts [InlineResponse2009Receipts] [optional]

Enum: StatusEnum

  • pending (value: "pending")
  • completed (value: "completed")
  • disputed (value: "disputed")
  • partiallyRefunded (value: "partially_refunded")
  • fullyRefunded (value: "fully_refunded")