Class PaymentData
Payment's data.
Inherited Members
Namespace: MercadoPago.Resource.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentData
Properties
| Edit this page View SourceExternalReferenceId
External Reference Id.
Declaration
public string ExternalReferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalResourceUrl
External Resource Url.
Declaration
public string ExternalResourceUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferenceId
Reference Id.
Declaration
public string ReferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |
Rules
Payment rules.
Declaration
public PaymentRules Rules { get; set; }
Property Value
Type | Description |
---|---|
PaymentRules |