public class PaymentProductGroup extends Object
| Constructor and Description |
|---|
PaymentProductGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<AccountOnFile> |
getAccountsOnFile()
Only populated in the Client API
|
Boolean |
getAllowsClickToPay()
Indicates if the product supports Click to Pay:
true - This payment supports Click to Pay
false - This payment does not support Click to Pay
|
Boolean |
getAllowsInstallments()
Indicates if the product supports installments
|
ClickToPayConfiguration |
getClickToPayConfiguration()
Object containing the configuration parameters for each scheme supporting Click to Pay for the provided country and currency combination.
|
Boolean |
getDeviceFingerprintEnabled()
Indicates if device fingerprint is enabled for the product group
|
PaymentProductDisplayHints |
getDisplayHints()
Object containing display hints like the order of the group when shown in a list, the name of the group and the logo.
|
List<PaymentProductField> |
getFields()
Object containing all the fields and their details that are associated with this payment product group.
|
String |
getId()
The ID of the payment product group in our system
|
void |
setAccountsOnFile(List<AccountOnFile> value)
Only populated in the Client API
|
void |
setAllowsClickToPay(Boolean value)
Indicates if the product supports Click to Pay:
true - This payment supports Click to Pay
false - This payment does not support Click to Pay
|
void |
setAllowsInstallments(Boolean value)
Indicates if the product supports installments
|
void |
setClickToPayConfiguration(ClickToPayConfiguration value)
Object containing the configuration parameters for each scheme supporting Click to Pay for the provided country and currency combination.
|
void |
setDeviceFingerprintEnabled(Boolean value)
Indicates if device fingerprint is enabled for the product group
|
void |
setDisplayHints(PaymentProductDisplayHints value)
Object containing display hints like the order of the group when shown in a list, the name of the group and the logo.
|
void |
setFields(List<PaymentProductField> value)
Object containing all the fields and their details that are associated with this payment product group.
|
void |
setId(String value)
The ID of the payment product group in our system
|
public List<AccountOnFile> getAccountsOnFile()
public void setAccountsOnFile(List<AccountOnFile> value)
public Boolean getAllowsClickToPay()
public void setAllowsClickToPay(Boolean value)
public Boolean getAllowsInstallments()
public void setAllowsInstallments(Boolean value)
public ClickToPayConfiguration getClickToPayConfiguration()
public void setClickToPayConfiguration(ClickToPayConfiguration value)
public Boolean getDeviceFingerprintEnabled()
public void setDeviceFingerprintEnabled(Boolean value)
public PaymentProductDisplayHints getDisplayHints()
public void setDisplayHints(PaymentProductDisplayHints value)
public List<PaymentProductField> getFields()
public void setFields(List<PaymentProductField> value)
public String getId()
public void setId(String value)
Copyright © 2026 Worldline Global Collect. All rights reserved.