Package com.mercadopago.client.point
Class PointPaymentIntentPaymentRequest
- java.lang.Object
-
- com.mercadopago.client.point.PointPaymentIntentPaymentRequest
-
public class PointPaymentIntentPaymentRequest extends Object
Properties of the payment intent.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder
builder()
Integer
getInstallments()
A value that must be between 1 and 72, this value can be set only if type field is equal to credit_card.String
getInstallmentsCost()
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
getType()
An alphanumeric value that must be credit_card, debit_card or voucher_card.String
getVoucherType()
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
-
builder
public static PointPaymentIntentPaymentRequest.PointPaymentIntentPaymentRequestBuilder builder()
-
getInstallments
public Integer getInstallments()
A value that must be between 1 and 72, this value can be set only if type field is equal to credit_card.
-
getType
public String getType()
An alphanumeric value that must be credit_card, debit_card or voucher_card.
-
getInstallmentsCost
public String getInstallmentsCost()
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.
-
getVoucherType
public String getVoucherType()
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.
-
-