Class PaymentAdditionalInfo
- java.lang.Object
-
- com.mercadopago.resources.payment.PaymentAdditionalInfo
-
public class PaymentAdditionalInfo extends Object
PaymentAdditionalInfo class.
-
-
Constructor Summary
Constructors Constructor Description PaymentAdditionalInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIpAddress()
IP from where the request comes from (only for bank transfers).List<PaymentItem>
getItems()
List of items to be paid.PaymentAdditionalInfoPayer
getPayer()
Payer's information.PaymentShipments
getShipments()
Shipping information.
-
-
-
Method Detail
-
getIpAddress
public String getIpAddress()
IP from where the request comes from (only for bank transfers).
-
getItems
public List<PaymentItem> getItems()
List of items to be paid.
-
getPayer
public PaymentAdditionalInfoPayer getPayer()
Payer's information.
-
getShipments
public PaymentShipments getShipments()
Shipping information.
-
-