Class AdvancedPaymentSplitPayment
One of the payments made by the payer.
Inherited Members
Namespace: MercadoPago.Resource.AdvancedPayment
Assembly: MercadoPago.dll
Syntax
public class AdvancedPaymentSplitPayment
Properties
| Edit this page View SourceCampaignId
Discount campaign ID.
Declaration
public int? CampaignId { get; set; }
Property Value
Type | Description |
---|---|
int? |
CouponAmount
Amount of the coupon.
Declaration
public decimal? CouponAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
CouponCode
Discount campaign coupon code.
Declaration
public string CouponCode { get; set; }
Property Value
Type | Description |
---|---|
string |
DateOfExpiration
Date of expiration.
Declaration
public DateTime? DateOfExpiration { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Description
Payment reason or item title.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalReference
ID given by the merchant in their system.
Declaration
public string ExternalReference { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Payment ID.
Declaration
public long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Installments
Selected quantity of installments
Declaration
public int? Installments { get; set; }
Property Value
Type | Description |
---|---|
int? |
IssuerId
Payment method issuer.
Declaration
public string IssuerId { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantAccountId
Merchant Id for complex payment cases.
Declaration
public string MerchantAccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
NetAmount
Payment net amount.
Declaration
public decimal? NetAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
PaymentMethodId
Payment method chosen to do the payment.
Declaration
public string PaymentMethodId { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentMethodOptionId
Payment method option id.
Declaration
public string PaymentMethodOptionId { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentTypeId
Payment type.
Declaration
public string PaymentTypeId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProcessingMode
Processing mode to define if an specific merchant id should be used.
Declaration
public string ProcessingMode { get; set; }
Property Value
Type | Description |
---|---|
string |
StatementDescriptor
How will look the payment in the card bill.
Declaration
public string StatementDescriptor { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusDetail
Status detail.
Declaration
public string StatusDetail { get; set; }
Property Value
Type | Description |
---|---|
string |
Taxes
Taxes for payments.
Declaration
public IList<AdvancedPaymentTax> Taxes { get; set; }
Property Value
Type | Description |
---|---|
IList<AdvancedPaymentTax> |
Token
Card token.
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
string |
TransactionAmount
Amount paid.
Declaration
public decimal? TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
TransactionDetails
Transaction details.
Declaration
public AdvancedPaymentTransactionDetails TransactionDetails { get; set; }
Property Value
Type | Description |
---|---|
AdvancedPaymentTransactionDetails |