Class ListPaymentsByCourierReq.Builder
- java.lang.Object
-
- com.chrt.api.resources.shipperpaycourierpayments.requests.ListPaymentsByCourierReq.Builder
-
- Enclosing class:
- ListPaymentsByCourierReq
public static final class ListPaymentsByCourierReq.Builder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
from
public ListPaymentsByCourierReq.Builder from(ListPaymentsByCourierReq other)
-
statuses
public ListPaymentsByCourierReq.Builder statuses(java.util.List<StripeConnectInvoiceStatusEnum> statuses)
-
addStatuses
public ListPaymentsByCourierReq.Builder addStatuses(StripeConnectInvoiceStatusEnum statuses)
-
addAllStatuses
public ListPaymentsByCourierReq.Builder addAllStatuses(java.util.List<StripeConnectInvoiceStatusEnum> statuses)
-
shipperOrgId
public ListPaymentsByCourierReq.Builder shipperOrgId(java.util.Optional<java.lang.String> shipperOrgId)
Must be a string starting with
org_
-
shipperOrgId
public ListPaymentsByCourierReq.Builder shipperOrgId(java.lang.String shipperOrgId)
-
shipperOrgId
public ListPaymentsByCourierReq.Builder shipperOrgId(Nullable<java.lang.String> shipperOrgId)
-
offChrtShipperOrgId
public ListPaymentsByCourierReq.Builder offChrtShipperOrgId(java.util.Optional<java.lang.String> offChrtShipperOrgId)
-
offChrtShipperOrgId
public ListPaymentsByCourierReq.Builder offChrtShipperOrgId(java.lang.String offChrtShipperOrgId)
-
offChrtShipperOrgId
public ListPaymentsByCourierReq.Builder offChrtShipperOrgId(Nullable<java.lang.String> offChrtShipperOrgId)
-
build
public ListPaymentsByCourierReq build()
-
-