Package com.mercadopago.client.point
Class PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder
- java.lang.Object
-
- com.mercadopago.client.point.PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder
-
- Enclosing class:
- PointPaymentIntentPaymentRequest
public static class PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointPaymentIntentPaymentRequest
build()
PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder
installments(Integer installments)
A value that must be between 1 and 72, this value can be set only if type field is equal to credit_card.PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder
installmentsCost(String installmentsCost)
A string value that must be one of this (seller or buyer), this value can be set only if type field is equal to credit_card.String
toString()
PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder
type(String type)
An alphanumeric value that must be credit_card, debit_card or voucher_card.PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder
voucherType(String voucherType)
A string value that must be one of this (sodexo or alelo), this value can be set only if type field is equal to voucher_card.
-
-
-
Method Detail
-
installments
public PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder installments(Integer installments)
A value that must be between 1 and 72, this value can be set only if type field is equal to credit_card.- Returns:
this
.
-
type
public PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder type(String type)
An alphanumeric value that must be credit_card, debit_card or voucher_card.- Returns:
this
.
-
installmentsCost
public PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder installmentsCost(String installmentsCost)
A string value that must be one of this (seller or buyer), this value can be set only if type field is equal to credit_card.- Returns:
this
.
-
voucherType
public PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder voucherType(String voucherType)
A string value that must be one of this (sodexo or alelo), this value can be set only if type field is equal to voucher_card.- Returns:
this
.
-
build
public PointPaymentIntentPaymentRequest build()
-
-