Class PaymentTransactionData
Payment's transaction data.
Inherited Members
Namespace: MercadoPago.Resource.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentTransactionData
Properties
| Edit this page View SourceBankInfo
Bank info.
Declaration
public PaymentBankInfo BankInfo { get; set; }
Property Value
Type | Description |
---|---|
PaymentBankInfo |
BankTransferId
Bank transfer ID.
Declaration
public long? BankTransferId { get; set; }
Property Value
Type | Description |
---|---|
long? |
BillingDate
Billing date.
Declaration
public string BillingDate { get; set; }
Property Value
Type | Description |
---|---|
string |
FinancialInstitution
Financial institution.
Declaration
public long? FinancialInstitution { get; set; }
Property Value
Type | Description |
---|---|
long? |
FirstTimeUse
First time use.
Declaration
public bool FirstTimeUse { get; set; }
Property Value
Type | Description |
---|---|
bool |
InvoicePeriod
Invoice period.
Declaration
public PaymentInvoicePeriod InvoicePeriod { get; set; }
Property Value
Type | Description |
---|---|
PaymentInvoicePeriod |
PaymentReference
Payment reference.
Declaration
public PaymentPaymentReference PaymentReference { get; set; }
Property Value
Type | Description |
---|---|
PaymentPaymentReference |
QrCode
QR code.
Declaration
public string QrCode { get; set; }
Property Value
Type | Description |
---|---|
string |
QrCodeBase64
QR code image in Base 64.
Declaration
public string QrCodeBase64 { get; set; }
Property Value
Type | Description |
---|---|
string |
SubscriptionId
Subscription id.
Declaration
public string SubscriptionId { get; set; }
Property Value
Type | Description |
---|---|
string |
SubscriptionSequence
Subscription sequence.
Declaration
public PaymentSubscriptionSequence SubscriptionSequence { get; set; }
Property Value
Type | Description |
---|---|
PaymentSubscriptionSequence |
TicketUrl
URL to access the ticket.
Declaration
public string TicketUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
TransactionId
BACEN identifier for Pix.
Declaration
public string TransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |