Skip to content

Commit

Permalink
Merge pull request #188 from mercadopago/feature/add-response-externa…
Browse files Browse the repository at this point in the history
…l-reference-id

[Feature] add external-reference in response
  • Loading branch information
andreagostinho-meli committed Sep 2, 2024
2 parents da2605f + b762e2b commit 8f506e1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/MercadoPago/Resource/Payment/PaymentData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,20 @@ public class PaymentData
/// Payment rules.
/// </summary>
public PaymentRules Rules { get; set; }

/// <summary>
/// Reference Id.
/// </summary>
public string ReferenceId { get; set; }

/// <summary>
/// External Reference Id.
/// </summary>
public string ExternalReferenceId { get; set; }

/// <summary>
/// External Resource Url.
/// </summary>
public string ExternalResourceUrl { get; set; }
}
}
}

0 comments on commit 8f506e1

Please sign in to comment.