Skip to content

Commit

Permalink
Crankshaft[BU0000055Z5HR5] .NET client @ 2018-03-16 13:49:00 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Crankshaft Robot committed Mar 16, 2018
1 parent 0b101c3 commit 532d50f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GoCardless/Resources/Refund.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ public class Refund
/// </summary>
public class RefundLinks
{
/// <summary>
/// ID of the [mandate](#core-endpoints-mandates) against which the
/// refund is being made.
/// </summary>
[JsonProperty("mandate")]
public string Mandate { get; set; }

/// <summary>
/// ID of the [payment](#core-endpoints-payments) against which the
/// refund is being made.
Expand Down

0 comments on commit 532d50f

Please sign in to comment.