Skip to content

Commit

Permalink
Changes generated by e4f26bba4f25285ed1bba5716f2e3090128b22e4
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-ci-robot[bot] committed Nov 5, 2024
1 parent 24c774a commit 36acc02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GoCardless/Resources/BillingRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ public class BillingRequest
[JsonProperty("fallback_enabled")]
public bool? FallbackEnabled { get; set; }

/// <summary>
/// True if the billing request was completed with direct debit.
/// </summary>
[JsonProperty("fallback_occurred")]
public bool? FallbackOccurred { get; set; }

/// <summary>
/// Unique identifier, beginning with "BRQ".
/// </summary>
Expand Down

0 comments on commit 36acc02

Please sign in to comment.