Package com.mercadopago.client.point
Class PointPaymentIntentAdditionalInfoRequest
- java.lang.Object
-
- com.mercadopago.client.point.PointPaymentIntentAdditionalInfoRequest
-
public class PointPaymentIntentAdditionalInfoRequest extends Object
Payment intent additional info.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilderbuilder()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
-
builder
public static PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder builder()
-
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.
-
-