Class PaymentOrderRequest
Order identifier.
Inherited Members
Namespace: MercadoPago.Client.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentOrderRequest
Properties
| Edit this page View SourceId
Id of the associated purchase order.
Declaration
public long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Type
Order type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |