Package com.mercadopago.resources.point
Class PointPaymentIntentPayment
- java.lang.Object
-
- com.mercadopago.resources.point.PointPaymentIntentPayment
-
public class PointPaymentIntentPayment extends Object
Properties of the payment intent.
-
-
Constructor Summary
Constructors Constructor Description PointPaymentIntentPayment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Payment ID.Integer
getInstallments()
An integer 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()
Voucher type.
-
-
-
Method Detail
-
getId
public String getId()
Payment ID.
-
getInstallments
public Integer getInstallments()
An integer value that must be between 1 and 72, this value can be set only if type field is equal to credit_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.
-
getType
public String getType()
An alphanumeric value that must be credit_card, debit_card or voucher_card.
-
getVoucherType
public String getVoucherType()
Voucher type.
-
-