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 class
PaymentAdditionalInfoBarcodeRequest.PaymentAdditionalInfoBarcodeRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentAdditionalInfoBarcodeRequest.PaymentAdditionalInfoBarcodeRequestBuilder
builder()
String
getContent()
Barcode content.Double
getHeight()
Barcode height.String
getType()
Barcode type.Double
getWidth()
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.
-
-