Skip to content

Commit

Permalink
Changes generated by 4878d2e5698e41668516419d27814db71b8b34a9
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-ci-robot[bot] committed Oct 11, 2024
1 parent ac2e2af commit c1d4d25
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions GoCardless/Services/BillingRequestService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,18 @@ public enum BillingRequestFundsSettlement
[JsonProperty("reference")]
public string Reference { get; set; }

/// <summary>
/// On failure, automatically retry payments using [intelligent
/// retries](#success-intelligent-retries). Default is `false`. <p
/// class="notice"><strong>Important</strong>: To be able to use
/// intelligent retries, Success+ needs to be enabled in [GoCardless
/// dashboard](https://manage.gocardless.com/success-plus). </p> <p
/// class="notice"><strong>Important</strong>: This is not
/// applicable to IBP and VRP payments. </p>
/// </summary>
[JsonProperty("retry_if_possible")]
public bool? RetryIfPossible { get; set; }

/// <summary>
/// (Optional) A scheme used for Open Banking payments. Currently
/// `faster_payments` is supported in the UK (GBP) and
Expand Down

0 comments on commit c1d4d25

Please sign in to comment.