Skip to content

Commit

Permalink
Added alwaysInvoice case
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew804 committed Jun 16, 2024
1 parent 0bf0cfb commit 851e227
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ public enum SubscriptionScheduleStatus: String, Codable {

public enum SubscriptionSchedulePhaseProrationBehavior: String, Codable {
case createProrations = "create_prorations"
case alwaysInvoice = "always_invoice"
case none
}

Expand Down

0 comments on commit 851e227

Please sign in to comment.