Skip to content

Commit

Permalink
Changes generated by 37326008fd894ed3d2f810a336c67d2f98d343e3
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-robot committed Jun 5, 2024
1 parent dee0ea2 commit 1a85e8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/com/gocardless/resources/Subscription.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ private Subscription() {
private Map<String, Object> metadata;
private Month month;
private String name;
private Boolean parentPlanPaused;
private String paymentReference;
private Boolean retryIfPossible;
private String startDate;
Expand Down Expand Up @@ -186,6 +187,13 @@ public String getName() {
return name;
}

/**
* Whether the parent plan of this subscription is paused.
*/
public Boolean getParentPlanPaused() {
return parentPlanPaused;
}

/**
* An optional payment reference. This will be set as the reference on each payment created and
* will appear on your customer's bank statement. See the documentation for the [create payment
Expand Down

0 comments on commit 1a85e8b

Please sign in to comment.