Skip to content

Commit

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

Workflow run: https://github.com/gocardless/gocardless-dotnet-template/actions/runs/12429065510
  • Loading branch information
gocardless-ci-robot[bot] committed Dec 20, 2024
1 parent 29cf19e commit fdb3415
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GoCardless/Services/MandatePdfService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,13 @@ public enum MandatePdfAccountType
public class MandatePdfLinks
{

/// <summary>
/// ID of an existing [creditor](#core-endpoints-creditors). Only
/// required if your account manages multiple creditors.
/// </summary>
[JsonProperty("creditor")]
public string Creditor { get; set; }

/// <summary>
/// ID of an existing [mandate](#core-endpoints-mandates) to build
/// the PDF from. The customer's bank details will be censored in
Expand Down

0 comments on commit fdb3415

Please sign in to comment.