Package io.moov.sdk.models.operations
Class CreateFeePlanAgreementsRequestBuilder
- java.lang.Object
-
- io.moov.sdk.models.operations.CreateFeePlanAgreementsRequestBuilder
-
public class CreateFeePlanAgreementsRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CreateFeePlanAgreementsRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateFeePlanAgreementsRequestBuilderaccountID(java.lang.String accountID)CreateFeePlanAgreementsResponsecall()CreateFeePlanAgreementsRequestBuildercreateFeePlanAgreement(CreateFeePlanAgreement createFeePlanAgreement)
-
-
-
Constructor Detail
-
CreateFeePlanAgreementsRequestBuilder
public CreateFeePlanAgreementsRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
accountID
public CreateFeePlanAgreementsRequestBuilder accountID(java.lang.String accountID)
-
createFeePlanAgreement
public CreateFeePlanAgreementsRequestBuilder createFeePlanAgreement(CreateFeePlanAgreement createFeePlanAgreement)
-
call
public CreateFeePlanAgreementsResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-