Class OrderPaymentMethod
Payment Method class.
Inherited Members
Namespace: MercadoPago.Resource.Order
Assembly: MercadoPago.dll
Syntax
public class OrderPaymentMethod
Properties
| Edit this page View SourceBarcodeContent
Barcode Content.
Declaration
public string BarcodeContent { get; set; }
Property Value
Type | Description |
---|---|
string |
CardId
Card ID.
Declaration
public string CardId { get; set; }
Property Value
Type | Description |
---|---|
string |
DigitableLine
Digitable Line.
Declaration
public string DigitableLine { get; set; }
Property Value
Type | Description |
---|---|
string |
FinancialInstitution
Financial Institution.
Declaration
public string FinancialInstitution { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
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 |
QrCode
QR Code.
Declaration
public string QrCode { get; set; }
Property Value
Type | Description |
---|---|
string |
QrCodeBase64
QR Code Base64.
Declaration
public string QrCodeBase64 { get; set; }
Property Value
Type | Description |
---|---|
string |
Reference
Reference.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferenceId
Reference ID.
Declaration
public string ReferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |
StatementDescriptor
How will look the payment in the card bill (e.g.: MERCADOPAGO).
Declaration
public string StatementDescriptor { get; set; }
Property Value
Type | Description |
---|---|
string |
TicketUrl
Ticket URL.
Declaration
public string TicketUrl { 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 |
VerificationCode
Verification Code.
Declaration
public string VerificationCode { get; set; }
Property Value
Type | Description |
---|---|
string |