Package com.mercadopago.client.point
Class PointPaymentIntentListRequest.PointPaymentIntentListRequestBuilder
- java.lang.Object
-
- com.mercadopago.client.point.PointPaymentIntentListRequest.PointPaymentIntentListRequestBuilder
-
- Enclosing class:
- PointPaymentIntentListRequest
public static class PointPaymentIntentListRequest.PointPaymentIntentListRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointPaymentIntentListRequest
build()
PointPaymentIntentListRequest.PointPaymentIntentListRequestBuilder
endDate(LocalDate endDate)
End date.PointPaymentIntentListRequest.PointPaymentIntentListRequestBuilder
startDate(LocalDate startDate)
Initial date.String
toString()
-
-
-
Method Detail
-
startDate
public PointPaymentIntentListRequest.PointPaymentIntentListRequestBuilder startDate(LocalDate startDate)
Initial date.- Returns:
this
.
-
endDate
public PointPaymentIntentListRequest.PointPaymentIntentListRequestBuilder endDate(LocalDate endDate)
End date.- Returns:
this
.
-
build
public PointPaymentIntentListRequest build()
-
-