Class OrderStoredCredentialRequest
Stored Credential class.
Inherited Members
Namespace: MercadoPago.Client.Order
Assembly: MercadoPago.dll
Syntax
public class OrderStoredCredentialRequest
Properties
| Edit this page View SourceFirstPayment
First Payment.
Declaration
public bool? FirstPayment { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PaymentInitiator
Payment Initiator.
Declaration
public string PaymentInitiator { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
Reason.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |
StorePaymentMethod
Store Payment Method.
Declaration
public bool? StorePaymentMethod { get; set; }
Property Value
Type | Description |
---|---|
bool? |