Class AdvancedPaymentDisbursement
Disbursement data.
Implements
Inherited Members
Namespace: MercadoPago.Resource.AdvancedPayment
Assembly: MercadoPago.dll
Syntax
public class AdvancedPaymentDisbursement : IResource
Properties
| Edit this page View SourceAmount
Amount.
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
ApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
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 |
Id
Disbursement ID.
Declaration
public long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
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? |