Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions openapi/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23728,7 +23728,8 @@ components:
title: Start date
description: If set, the subscription will begin on this specified date.
The subscription will apply the setup fee and trial period, unless the
plan has no trial.
plan has no trial. Omit this field if the subscription should be started
immediately.
next_bill_date:
type: string
format: date-time
Expand Down Expand Up @@ -23901,7 +23902,8 @@ components:
title: Start date
description: If set, the subscription will begin on this specified date.
The subscription will apply the setup fee and trial period, unless the
plan has no trial.
plan has no trial. Omit this field if the subscription should be started
immediately.
next_bill_date:
type: string
format: date-time
Expand Down Expand Up @@ -27060,6 +27062,7 @@ components:
- braintree_v_zero
- boleto
- cash_app
- upi_autopay
CardTypeEnum:
type: string
enum:
Expand Down
Loading