Class OrderIntegrationData
Integration data class.
Inherited Members
Namespace: MercadoPago.Resource.Order
Assembly: MercadoPago.dll
Syntax
public class OrderIntegrationData
Properties
| Edit this page View SourceApplicationId
Application ID.
Declaration
public string ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CorporationId
Corporation ID.
Declaration
public string CorporationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IntegratorId
Integrator ID.
Declaration
public string IntegratorId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlatformId
Platform ID.
Declaration
public string PlatformId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sponsor
Sponsor.
Declaration
public OrderSponsor Sponsor { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderSponsor |