Class AdvancedPaymentAdditionalInfo
Data that could improve fraud analysis and conversion rates. Try to send as much information as possible.
Inherited Members
Namespace: MercadoPago.Resource.AdvancedPayment
Assembly: MercadoPago.dll
Syntax
public class AdvancedPaymentAdditionalInfo
Properties
| Edit this page View SourceIpAddress
IP from where the request comes from (only for bank transfers).
Declaration
public string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
List of items to be paid.
Declaration
public IList<AdvancedPaymentItem> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<AdvancedPaymentItem> |
Payer
Payer's information.
Declaration
public AdvancedPaymentAdditionalInfoPayer Payer { get; set; }
Property Value
Type | Description |
---|---|
AdvancedPaymentAdditionalInfoPayer |
Shipments
Shipping information.
Declaration
public AdvancedPaymentShipments Shipments { get; set; }
Property Value
Type | Description |
---|---|
AdvancedPaymentShipments |