Skip to content

Commit

Permalink
Changes generated by b3fa9b51be91ca54c8456d621688426c15c8acaf
Browse files Browse the repository at this point in the history
This commit was automatically created from gocardless/gocardless-dotnet-template@b3fa9b5
by the `push-files` action.

Workflow run: https://github.com/gocardless/gocardless-dotnet-template/actions/runs/10217585454
  • Loading branch information
gocardless-ci-robot[bot] committed Aug 2, 2024
1 parent e5dbe69 commit 231c44d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions GoCardless/Resources/BillingRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,15 @@ public class BillingRequestPaymentRequest
[JsonProperty("metadata")]
public IDictionary<string, string> Metadata { get; set; }

/// <summary>
/// A custom payment reference defined by the merchant. It is only
/// available for payments using the Direct Funds settlement model on
/// the Faster Payments scheme.
///
/// </summary>
[JsonProperty("reference")]
public string Reference { get; set; }

/// <summary>
/// (Optional) A scheme used for Open Banking payments. Currently
/// `faster_payments` is supported in the UK (GBP) and
Expand Down
9 changes: 9 additions & 0 deletions GoCardless/Services/BillingRequestService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,15 @@ public enum BillingRequestFundsSettlement
[JsonProperty("metadata")]
public IDictionary<String, String> Metadata { get; set; }

/// <summary>
/// A custom payment reference defined by the merchant. It is only
/// available for payments using the Direct Funds settlement model
/// on the Faster Payments scheme.
///
/// </summary>
[JsonProperty("reference")]
public string Reference { 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 231c44d

Please sign in to comment.