Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 660 Bytes

File metadata and controls

25 lines (18 loc) · 660 Bytes

BillaBear.SubscriptionIdCancelBody

Properties

Name Type Description Notes
when String [default to 'end-of-run']
refundType String [default to 'none']
_date Date [optional]
comment String [optional]

Enum: WhenEnum

  • endOfRun (value: "end-of-run")
  • instantly (value: "instantly")
  • specificDate (value: "specific-date")

Enum: RefundTypeEnum

  • none (value: "none")
  • full (value: "full")
  • prorate (value: "prorate")