Class OrderPaymentRequest
Payment class.
Inherited Members
Namespace: MercadoPago.Client.Order
Assembly: MercadoPago.dll
Syntax
public class OrderPaymentRequest : IdempotentRequest
Properties
| Edit this page View SourceAmount
Payment amount.
Declaration
public string Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AutomaticPayments
Automatic Paymments information.
Declaration
public OrderAutomaticPaymentRequest AutomaticPayments { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderAutomaticPaymentRequest |
ExpirationTime
Expiration time.
Declaration
public string ExpirationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PaymentMethod
Payment method information.
Declaration
public OrderPaymentMethodRequest PaymentMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderPaymentMethodRequest |
StoredCredential
Stored Credential information.
Declaration
public OrderStoredCredentialRequest StoredCredential { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderStoredCredentialRequest |
SubscriptionData
Subscription Data information.
Declaration
public OrderSubscriptionDataRequest SubscriptionData { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderSubscriptionDataRequest |