Package io.moov.sdk.models.operations
Class CreateFeePlanAgreementsRequest.Builder
- java.lang.Object
-
- io.moov.sdk.models.operations.CreateFeePlanAgreementsRequest.Builder
-
- Enclosing class:
- CreateFeePlanAgreementsRequest
public static final class CreateFeePlanAgreementsRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateFeePlanAgreementsRequest.BuilderaccountID(java.lang.String accountID)CreateFeePlanAgreementsRequestbuild()CreateFeePlanAgreementsRequest.BuildercreateFeePlanAgreement(CreateFeePlanAgreement createFeePlanAgreement)
-
-
-
Method Detail
-
accountID
public CreateFeePlanAgreementsRequest.Builder accountID(java.lang.String accountID)
-
createFeePlanAgreement
public CreateFeePlanAgreementsRequest.Builder createFeePlanAgreement(CreateFeePlanAgreement createFeePlanAgreement)
-
build
public CreateFeePlanAgreementsRequest build()
-
-