Class PaymentMethod
Payment Method resource.
Implements
Inherited Members
Namespace: MercadoPago.Resource.PaymentMethod
Assembly: MercadoPago.dll
Syntax
public class PaymentMethod : IResource
Remarks
For more information, access here.
Properties
| Edit this page View SourceAccreditationTime
How many time in minutes could happen until processing of the payment.
Declaration
public long? AccreditationTime { get; set; }
Property Value
Type | Description |
---|---|
long? |
AdditionalInfoNeeded
List of additional information that must be supplied by the payer.
Declaration
public IList<string> AdditionalInfoNeeded { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
DeferredCapture
Whether the capture can be delayed or not.
Declaration
public string DeferredCapture { get; set; }
Property Value
Type | Description |
---|---|
string |
FinancialInstitutions
Financial institution processing this payment method.
Declaration
public IList<PaymentMethodFinancialInstitutions> FinancialInstitutions { get; set; }
Property Value
Type | Description |
---|---|
IList<PaymentMethodFinancialInstitutions> |
Id
Payment method ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxAllowedAmount
Maximum amount that can be processed with this payment method.
Declaration
public decimal? MaxAllowedAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
MinAllowedAmount
Minimum amount that can be processed with this payment method.
Declaration
public decimal? MinAllowedAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
Name
Payment method name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentTypeId
Types of payment method.
Declaration
public string PaymentTypeId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProcessingModes
Processing modes.
Declaration
public IList<string> ProcessingModes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SecureThumbnail
Logo to display in secure sites.
Declaration
public string SecureThumbnail { get; set; }
Property Value
Type | Description |
---|---|
string |
Settings
Payment method settings.
Declaration
public IList<PaymentMethodSettings> Settings { get; set; }
Property Value
Type | Description |
---|---|
IList<PaymentMethodSettings> |
Status
Payment method status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
Thumbnail
Logo to show.
Declaration
public string Thumbnail { get; set; }
Property Value
Type | Description |
---|---|
string |