Class MerchantOrderCreateRequest
Parameters for create a Merchant Order.
Inherited Members
Namespace: MercadoPago.Client.MerchantOrder
Assembly: MercadoPago.dll
Syntax
public class MerchantOrderCreateRequest
Properties
| Edit this page View SourceAdditionalInfo
Additional information.
Declaration
public string AdditionalInfo { get; set; }
Property Value
Type | Description |
---|---|
string |
ApplicationId
Application ID.
Declaration
public string ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalReference
Reference you can synchronize with your payment system.
Declaration
public string ExternalReference { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
Items information.
Declaration
public IList<MerchantOrderItemRequest> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<MerchantOrderItemRequest> |
Marketplace
Origin of the payment.
Declaration
public string Marketplace { get; set; }
Property Value
Type | Description |
---|---|
string |
NotificationUrl
URL where you'd like to receive a payment notification.
Declaration
public string NotificationUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Payer
Payer information.
Declaration
public MerchantOrderPayerRequest Payer { get; set; }
Property Value
Type | Description |
---|---|
MerchantOrderPayerRequest |
PreferenceId
Payment preference identifier associated to the merchant order.
Declaration
public string PreferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteId
Country identifier that merchant order belongs to.
Declaration
public string SiteId { get; set; }
Property Value
Type | Description |
---|---|
string |
SponsorId
Sponsor ID.
Declaration
public long? SponsorId { get; set; }
Property Value
Type | Description |
---|---|
long? |