Class VisaInstallmentPlansData.Builder
-
- All Implemented Interfaces:
public class VisaInstallmentPlansData.Builder
-
-
Constructor Summary
Constructors Constructor Description VisaInstallmentPlansData.Builder()
-
Method Summary
Modifier and Type Method Description VisaInstallmentPlansDatabuild()Creates a new instance of VisaInstallmentPlansData with the provided data. 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 -
-
Method Detail
-
build
VisaInstallmentPlansData build()
Creates a new instance of VisaInstallmentPlansData with the provided data.
- Returns:
A new instance of VisaInstallmentPlansData
-
setInstallmentOffers
VisaInstallmentPlansData.Builder setInstallmentOffers(@Nullable() List<VisaPlan> installmentOffers)
Sets the list of Visa installment plans
- Parameters:
installmentOffers- is the list of Visa installment plans- Returns:
a reference to this object
-
setId
VisaInstallmentPlansData.Builder setId(@Nullable() String id)
Sets the id to Visa Installment Plan data
- Parameters:
id- is the installmentTransactionId- Returns:
a reference to this object
-
-
-
-