Package com.mercadopago.resources.point
Class PointPaymentIntentAdditionalInfo
- java.lang.Object
-
- com.mercadopago.resources.point.PointPaymentIntentAdditionalInfo
-
public class PointPaymentIntentAdditionalInfo extends Object
Payment intent additional info.
-
-
Constructor Summary
Constructors Constructor Description PointPaymentIntentAdditionalInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExternalReference()An alphanumeric value can be an identifier in your application.BooleangetPrintOnTerminal()A boolean value that determines if you want to print the ticket on the device.StringgetTicketNumber()An alphanumeric value to identify the invoice or ticket number.
-
-
-
Method Detail
-
getExternalReference
public String getExternalReference()
An alphanumeric value can be an identifier in your application. It will be returned in the Webhook notification.
-
getPrintOnTerminal
public Boolean getPrintOnTerminal()
A boolean value that determines if you want to print the ticket on the device.
-
getTicketNumber
public String getTicketNumber()
An alphanumeric value to identify the invoice or ticket number. It will be printed on the device ticket.
-
-