-
- All Implemented Interfaces:
public class InstallmentInfo.Builder
-
-
Field Summary
Fields Modifier and Type Field Description private StringupfrontFeeprivate StringtotalAmountExcludingUpfrontFeeprivate StringinstallmentFeeprivate Stringamountprivate StringtotalAmount
-
Method Summary
Modifier and Type Method Description InstallmentInfo.BuildersetUpfrontFee(@Nullable() String upfrontFee)sets the upfront fees InstallmentInfo.BuildersetTotalAmountExcludingUpfrontFee(@Nullable() String totalAmountExcludingUpfrontFee)Sets the total amount excluding upfront fees InstallmentInfo.BuildersetInstallmentFee(@Nullable() String installmentFee)Sets the installment fees InstallmentInfo.BuildersetAmount(String amount)Sets the amount InstallmentInfo.BuildersetTotalAmount(String totalAmount)Sets the total amount InstallmentInfobuild()Creates a new InstallmentInfo -
-
Method Detail
-
setUpfrontFee
InstallmentInfo.Builder setUpfrontFee(@Nullable() String upfrontFee)
sets the upfront fees
- Parameters:
upfrontFee- the upfront fees
-
setTotalAmountExcludingUpfrontFee
InstallmentInfo.Builder setTotalAmountExcludingUpfrontFee(@Nullable() String totalAmountExcludingUpfrontFee)
Sets the total amount excluding upfront fees
- Parameters:
totalAmountExcludingUpfrontFee- the total amount excluding upfront fees
-
setInstallmentFee
InstallmentInfo.Builder setInstallmentFee(@Nullable() String installmentFee)
Sets the installment fees
- Parameters:
installmentFee- the installment fees
-
setAmount
InstallmentInfo.Builder setAmount(String amount)
Sets the amount
- Parameters:
amount- the amount
-
setTotalAmount
InstallmentInfo.Builder setTotalAmount(String totalAmount)
Sets the total amount
- Parameters:
totalAmount- the total amount
-
build
InstallmentInfo build()
Creates a new InstallmentInfo
-
-
-
-