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 class
PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder
builder()
String
getExternalReference()
An alphanumeric value can be an identifier in your application.Boolean
getPrintOnTerminal()
A boolean value that determines if you want to print the ticket on the device.String
getTicketNumber()
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.
-
-