Class PaymentFeeDetail
Fee information.
Inherited Members
Namespace: MercadoPago.Resource.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentFeeDetail
Properties
| Edit this page View SourceAmount
Fee amount.
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
FeePayer
Who absorbs the cost.
Declaration
public string FeePayer { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Fee type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |