Skip to content

Commit

Permalink
Changes generated by a0104762f99f4015350335655b84ee6bd162586e
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-ci-robot[bot] committed Nov 5, 2024
1 parent c553274 commit d79f632
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/com/gocardless/resources/BillingRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ private BillingRequest() {
private List<Action> actions;
private String createdAt;
private Boolean fallbackEnabled;
private Boolean fallbackOccurred;
private String id;
private Links links;
private MandateRequest mandateRequest;
Expand Down Expand Up @@ -58,6 +59,13 @@ public Boolean getFallbackEnabled() {
return fallbackEnabled;
}

/**
* True if the billing request was completed with direct debit.
*/
public Boolean getFallbackOccurred() {
return fallbackOccurred;
}

/**
* Unique identifier, beginning with "BRQ".
*/
Expand Down

0 comments on commit d79f632

Please sign in to comment.