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 |
getAllowsInstallments()
Indicates if the product supports installments
|
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 |
setAllowsInstallments(Boolean value)
Indicates if the product supports installments
|
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 getAllowsInstallments()
public void setAllowsInstallments(Boolean 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 © 2024 Worldline Global Collect. All rights reserved.