Class PreapprovalAutoRecurring
- java.lang.Object
-
- com.mercadopago.resources.preapproval.PreapprovalAutoRecurring
-
public class PreapprovalAutoRecurring extends Object
Recurring data.
-
-
Constructor Summary
Constructors Constructor Description PreapprovalAutoRecurring()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrencyId()
Currency ID.OffsetDateTime
getEndDate()
Recurring end date.Integer
getFrequency()
Recurring frequency.String
getFrequencyType()
Recurring frequency type (days or months).OffsetDateTime
getStartDate()
Recurring start date.BigDecimal
getTransactionAmount()
Recurring amount.
-
-
-
Method Detail
-
getCurrencyId
public String getCurrencyId()
Currency ID.
-
getTransactionAmount
public BigDecimal getTransactionAmount()
Recurring amount.
-
getFrequency
public Integer getFrequency()
Recurring frequency.
-
getFrequencyType
public String getFrequencyType()
Recurring frequency type (days or months).
-
getStartDate
public OffsetDateTime getStartDate()
Recurring start date.
-
getEndDate
public OffsetDateTime getEndDate()
Recurring end date.
-
-