Class AdvancedPaymentDisbursementRequest
Disbursement data.
Inherited Members
Namespace: MercadoPago.Client.AdvancedPayment
Assembly: MercadoPago.dll
Syntax
public class AdvancedPaymentDisbursementRequest
Properties
| Edit this page View SourceAmount
Amount.
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
ApplicationFee
Collected fee.
Declaration
public decimal? ApplicationFee { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
CollectorId
Seller identification.
Declaration
public long? CollectorId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ExternalReference
Identification in seller system.
Declaration
public string ExternalReference { get; set; }
Property Value
Type | Description |
---|---|
string |
MoneyReleaseDays
Number of days (from the payment approval date) that the payment will be released to the seller.
Declaration
public int? MoneyReleaseDays { get; set; }
Property Value
Type | Description |
---|---|
int? |