-
- All Implemented Interfaces:
public class VisaInstallmentPlansData.Builder
-
-
Field Summary
Fields Modifier and Type Field Description private List<VisaPlan>installmentOffersprivate Stringid
-
Method Summary
Modifier and Type Method Description VisaInstallmentPlansData.BuildersetInstallmentOffers(@Nullable() List<VisaPlan> installmentOffers)Sets the list of Visa installment plans VisaInstallmentPlansData.BuildersetId(@Nullable() String id)Sets the id to Visa Installment Plan data VisaInstallmentPlansDatabuild()Creates a new instance of VisaInstallmentPlansData with the provided data. -
-
Method Detail
-
setInstallmentOffers
VisaInstallmentPlansData.Builder setInstallmentOffers(@Nullable() List<VisaPlan> installmentOffers)
Sets the list of Visa installment plans
- Parameters:
installmentOffers- is the list of Visa installment plans
-
setId
VisaInstallmentPlansData.Builder setId(@Nullable() String id)
Sets the id to Visa Installment Plan data
- Parameters:
id- is the installmentTransactionId
-
build
VisaInstallmentPlansData build()
Creates a new instance of VisaInstallmentPlansData with the provided data.
-
-
-
-