Class PaymentTransactionDataRequest
Payment's transaction data.
Inherited Members
Namespace: MercadoPago .Client.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentTransactionDataRequest
Properties
| Edit this page View SourceBillingDate
Billing date.
Declaration
public string BillingDate { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstTimeUse
First time use.
Declaration
public bool FirstTimeUse { get; set; }
Property Value
Type | Description |
---|---|
bool |
InvoicePeriod
Invoice period.
Declaration
public PaymentInvoicePeriodRequest InvoicePeriod { get; set; }
Property Value
Type | Description |
---|---|
Payment |
PaymentReference
Payment reference.
Declaration
public PaymentPaymentReferenceRequest PaymentReference { get; set; }
Property Value
Type | Description |
---|---|
Payment |
SubscriptionId
Subscription id.
Declaration
public string SubscriptionId { get; set; }
Property Value
Type | Description |
---|---|
string |
SubscriptionSequence
Subscription sequence.
Declaration
public PaymentSubscriptionSequenceRequest SubscriptionSequence { get; set; }
Property Value
Type | Description |
---|---|
Payment |