Skip to content

Commit

Permalink
add marketplace at payment request
Browse files Browse the repository at this point in the history
  • Loading branch information
brunacamposxx committed Mar 12, 2024
1 parent 75f4463 commit 186aa81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/MercadoPago/Client/Payment/PaymentCreateRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ public class PaymentCreateRequest : IdempotentRequest
/// </summary>
public string PaymentMethodOptionId { get; set; }

/// <summary>
/// Marketplace.
/// </summary>
public string Marketplace { get; set; }

/// <summary>
/// Transaction details.
/// </summary>
Expand Down

0 comments on commit 186aa81

Please sign in to comment.