public class InstallmentOptions extends Object
Constructor and Description |
---|
InstallmentOptions() |
Modifier and Type | Method and Description |
---|---|
InstallmentDisplayHints |
getDisplayHints()
Object containing information for the client on how best to display the installment options
|
String |
getId()
The ID of the installment option in our system
|
List<Installments> |
getInstallmentPlans()
Object containing information about installment plans
|
void |
setDisplayHints(InstallmentDisplayHints value)
Object containing information for the client on how best to display the installment options
|
void |
setId(String value)
The ID of the installment option in our system
|
void |
setInstallmentPlans(List<Installments> value)
Object containing information about installment plans
|
public InstallmentDisplayHints getDisplayHints()
public void setDisplayHints(InstallmentDisplayHints value)
public String getId()
public void setId(String value)
public List<Installments> getInstallmentPlans()
public void setInstallmentPlans(List<Installments> value)
Copyright © 2024 Worldline Global Collect. All rights reserved.