Package io.moov.sdk.models.operations
Class CreateFeePlanAgreementsRequest
- java.lang.Object
-
- io.moov.sdk.models.operations.CreateFeePlanAgreementsRequest
-
public class CreateFeePlanAgreementsRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateFeePlanAgreementsRequest.Builder
-
Constructor Summary
Constructors Constructor Description CreateFeePlanAgreementsRequest(java.lang.String accountID, CreateFeePlanAgreement createFeePlanAgreement)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountID()static CreateFeePlanAgreementsRequest.Builderbuilder()CreateFeePlanAgreementcreateFeePlanAgreement()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()CreateFeePlanAgreementsRequestwithAccountID(java.lang.String accountID)CreateFeePlanAgreementsRequestwithCreateFeePlanAgreement(CreateFeePlanAgreement createFeePlanAgreement)
-
-
-
Constructor Detail
-
CreateFeePlanAgreementsRequest
public CreateFeePlanAgreementsRequest(java.lang.String accountID, CreateFeePlanAgreement createFeePlanAgreement)
-
-
Method Detail
-
accountID
public java.lang.String accountID()
-
createFeePlanAgreement
public CreateFeePlanAgreement createFeePlanAgreement()
-
builder
public static CreateFeePlanAgreementsRequest.Builder builder()
-
withAccountID
public CreateFeePlanAgreementsRequest withAccountID(java.lang.String accountID)
-
withCreateFeePlanAgreement
public CreateFeePlanAgreementsRequest withCreateFeePlanAgreement(CreateFeePlanAgreement createFeePlanAgreement)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-