Class OrderPaymentMethodRequest
Payment Method class.
Inherited Members
Namespace: MercadoPago.Client.Order
Assembly: MercadoPago.dll
Syntax
public class OrderPaymentMethodRequest
Properties
| Edit this page View SourceId
Payment method ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Installments
Number of installments.
Declaration
public int Installments { get; set; }
Property Value
Type | Description |
---|---|
int |
StatementDescriptor
How will look the payment in the card bill (e.g.: MERCADOPAGO).
Declaration
public string StatementDescriptor { get; set; }
Property Value
Type | Description |
---|---|
string |
Token
Payment method token.
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Payment method type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |