Skip to content

Commit

Permalink
Changes generated by 4ffaf646ef47fe1361debac3829f2a013da86b80
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-robot committed Oct 13, 2020
1 parent 47a3a0a commit 44ee144
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GoCardless/Resources/PayoutItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ public class PayoutItemLinks
/// </summary>
[JsonProperty("payment")]
public string Payment { get; set; }

/// <summary>
/// Unique identifier, beginning with "RF".
/// </summary>
[JsonProperty("refund")]
public string Refund { get; set; }
}

/// <summary>
Expand Down

0 comments on commit 44ee144

Please sign in to comment.