Package com.mercadopago.client.payment
Class PaymentAdditionalInfoBarcodeRequest
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentAdditionalInfoBarcodeRequest
-
public class PaymentAdditionalInfoBarcodeRequest extends Object
PaymentAdditionalInfoBarcodeRequest class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentAdditionalInfoBarcodeRequest.PaymentAdditionalInfoBarcodeRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentAdditionalInfoBarcodeRequest.PaymentAdditionalInfoBarcodeRequestBuilderbuilder()StringgetContent()Barcode content.DoublegetHeight()Barcode height.StringgetType()Barcode type.DoublegetWidth()Barcode width.
-
-
-
Method Detail
-
builder
public static PaymentAdditionalInfoBarcodeRequest.PaymentAdditionalInfoBarcodeRequestBuilder builder()
-
getType
public String getType()
Barcode type.
-
getContent
public String getContent()
Barcode content.
-
getWidth
public Double getWidth()
Barcode width.
-
getHeight
public Double getHeight()
Barcode height.
-
-