Class StatementCreateClientReq.Builder
- java.lang.Object
-
- com.chrt.api.resources.billing.statements.requests.StatementCreateClientReq.Builder
-
- All Implemented Interfaces:
StatementCreateClientReq._FinalStage,StatementCreateClientReq.SettlementTypeStage
- Enclosing class:
- StatementCreateClientReq
public static final class StatementCreateClientReq.Builder extends java.lang.Object implements StatementCreateClientReq.SettlementTypeStage, StatementCreateClientReq._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
from
public StatementCreateClientReq.Builder from(StatementCreateClientReq other)
- Specified by:
fromin interfaceStatementCreateClientReq.SettlementTypeStage
-
settlementType
public StatementCreateClientReq._FinalStage settlementType(@NotNull SettlementTypeEnum1 settlementType)
- Specified by:
settlementTypein interfaceStatementCreateClientReq.SettlementTypeStage
-
paymentDestinationDriverId
public StatementCreateClientReq._FinalStage paymentDestinationDriverId(Nullable<java.lang.String> paymentDestinationDriverId)
- Specified by:
paymentDestinationDriverIdin interfaceStatementCreateClientReq._FinalStage
-
paymentDestinationDriverId
public StatementCreateClientReq._FinalStage paymentDestinationDriverId(java.lang.String paymentDestinationDriverId)
- Specified by:
paymentDestinationDriverIdin interfaceStatementCreateClientReq._FinalStage
-
paymentDestinationDriverId
public StatementCreateClientReq._FinalStage paymentDestinationDriverId(java.util.Optional<java.lang.String> paymentDestinationDriverId)
- Specified by:
paymentDestinationDriverIdin interfaceStatementCreateClientReq._FinalStage
-
paymentDestinationOffChrtProviderOrgId
public StatementCreateClientReq._FinalStage paymentDestinationOffChrtProviderOrgId(Nullable<java.lang.String> paymentDestinationOffChrtProviderOrgId)
- Specified by:
paymentDestinationOffChrtProviderOrgIdin interfaceStatementCreateClientReq._FinalStage
-
paymentDestinationOffChrtProviderOrgId
public StatementCreateClientReq._FinalStage paymentDestinationOffChrtProviderOrgId(java.lang.String paymentDestinationOffChrtProviderOrgId)
- Specified by:
paymentDestinationOffChrtProviderOrgIdin interfaceStatementCreateClientReq._FinalStage
-
paymentDestinationOffChrtProviderOrgId
public StatementCreateClientReq._FinalStage paymentDestinationOffChrtProviderOrgId(java.util.Optional<java.lang.String> paymentDestinationOffChrtProviderOrgId)
- Specified by:
paymentDestinationOffChrtProviderOrgIdin interfaceStatementCreateClientReq._FinalStage
-
paymentDestinationOrgId
public StatementCreateClientReq._FinalStage paymentDestinationOrgId(Nullable<java.lang.String> paymentDestinationOrgId)
Must be a string starting with
org_- Specified by:
paymentDestinationOrgIdin interfaceStatementCreateClientReq._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
paymentDestinationOrgId
public StatementCreateClientReq._FinalStage paymentDestinationOrgId(java.lang.String paymentDestinationOrgId)
Must be a string starting with
org_- Specified by:
paymentDestinationOrgIdin interfaceStatementCreateClientReq._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
paymentDestinationOrgId
public StatementCreateClientReq._FinalStage paymentDestinationOrgId(java.util.Optional<java.lang.String> paymentDestinationOrgId)
Must be a string starting with
org_- Specified by:
paymentDestinationOrgIdin interfaceStatementCreateClientReq._FinalStage
-
paymentOriginOffChrtShipperOrgId
public StatementCreateClientReq._FinalStage paymentOriginOffChrtShipperOrgId(Nullable<java.lang.String> paymentOriginOffChrtShipperOrgId)
- Specified by:
paymentOriginOffChrtShipperOrgIdin interfaceStatementCreateClientReq._FinalStage
-
paymentOriginOffChrtShipperOrgId
public StatementCreateClientReq._FinalStage paymentOriginOffChrtShipperOrgId(java.lang.String paymentOriginOffChrtShipperOrgId)
- Specified by:
paymentOriginOffChrtShipperOrgIdin interfaceStatementCreateClientReq._FinalStage
-
paymentOriginOffChrtShipperOrgId
public StatementCreateClientReq._FinalStage paymentOriginOffChrtShipperOrgId(java.util.Optional<java.lang.String> paymentOriginOffChrtShipperOrgId)
- Specified by:
paymentOriginOffChrtShipperOrgIdin interfaceStatementCreateClientReq._FinalStage
-
paymentOriginOrgId
public StatementCreateClientReq._FinalStage paymentOriginOrgId(Nullable<java.lang.String> paymentOriginOrgId)
Must be a string starting with
org_- Specified by:
paymentOriginOrgIdin interfaceStatementCreateClientReq._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
paymentOriginOrgId
public StatementCreateClientReq._FinalStage paymentOriginOrgId(java.lang.String paymentOriginOrgId)
Must be a string starting with
org_- Specified by:
paymentOriginOrgIdin interfaceStatementCreateClientReq._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
paymentOriginOrgId
public StatementCreateClientReq._FinalStage paymentOriginOrgId(java.util.Optional<java.lang.String> paymentOriginOrgId)
Must be a string starting with
org_- Specified by:
paymentOriginOrgIdin interfaceStatementCreateClientReq._FinalStage
-
build
public StatementCreateClientReq build()
- Specified by:
buildin interfaceStatementCreateClientReq._FinalStage
-
-