Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 993 Bytes

Refund.md

File metadata and controls

24 lines (20 loc) · 993 Bytes

BillaBear.Refund

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]
comment String [optional]
status String [optional]
createdAt String [optional]
payment Paths1paymentgetresponses200contentapplication1jsonschemapropertiesdataitems [optional]
customer Customer [optional]
billingAdmin BillingAdmin [optional]

Enum: StatusEnum

  • started (value: "started")
  • rejected (value: "rejected")
  • authorised (value: "authorised")
  • issued (value: "issued")