Package com.mercadopago.client.point
Class PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder
- java.lang.Object
-
- com.mercadopago.client.point.PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder
-
- Enclosing class:
- PointPaymentIntentAdditionalInfoRequest
public static class PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointPaymentIntentAdditionalInfoRequest
build()
PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder
externalReference(String externalReference)
An alphanumeric value can be an identifier in your application.PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder
printOnTerminal(Boolean printOnTerminal)
A boolean value that determines if you want to print the ticket on the device.PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder
ticketNumber(String ticketNumber)
An alphanumeric value to identify the invoice or ticket number.String
toString()
-
-
-
Method Detail
-
externalReference
public PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder externalReference(String externalReference)
An alphanumeric value can be an identifier in your application. It will be returned in the Webhook notification.- Returns:
this
.
-
printOnTerminal
public PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder printOnTerminal(Boolean printOnTerminal)
A boolean value that determines if you want to print the ticket on the device.- Returns:
this
.
-
ticketNumber
public PointPaymentIntentAdditionalInfoRequest.PointPaymentIntentAdditionalInfoRequestBuilder ticketNumber(String ticketNumber)
An alphanumeric value to identify the invoice or ticket number. It will be printed on the device ticket.- Returns:
this
.
-
build
public PointPaymentIntentAdditionalInfoRequest build()
-
-