Skip to content

Commit

Permalink
feat(transaction): add receiverReferenceId
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielpanga committed Nov 7, 2023
1 parent 700a2dc commit febb8f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Pluggy.SDK/Model/TransactionPaymentData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ public class TransactionPaymentData
[JsonProperty("referenceNumber")]
public string ReferenceNumber { get; set; }

[JsonProperty("receiverReferenceId")]
public string ReceiverReferenceId { get; set; }

[JsonProperty("reason")]
public string Reason { get; set; }
}
Expand Down

0 comments on commit febb8f6

Please sign in to comment.