Class CustomerCardPaymentMethod
Payment method information.
Inherited Members
Namespace: MercadoPago.Resource.Customer
Assembly: MercadoPago.dll
Syntax
public class CustomerCardPaymentMethod
Properties
| Edit this page View SourceId
Payment method ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Payment method name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentTypeId
Payment method type.
Declaration
public string PaymentTypeId { get; set; }
Property Value
Type | Description |
---|---|
string |
SecureThumbnail
Payment method secure thumbnail.
Declaration
public string SecureThumbnail { get; set; }
Property Value
Type | Description |
---|---|
string |
Thumbnail
Payment method thumbnail.
Declaration
public string Thumbnail { get; set; }
Property Value
Type | Description |
---|---|
string |