public class PaymentProductGroup extends Object
| Constructor and Description |
|---|
PaymentProductGroup() |
| Modifier and Type | Method and Description |
|---|---|
AccountOnFile |
getAccountOnFile() |
PaymentProductDisplayHints |
getDisplayHints()
Object containing display hints like the order of the product when shown in a list, the name of the product and the logo
|
List<PaymentProductDisplayHints> |
getDisplayHintsList()
List of display hints
|
String |
getId()
The ID of the payment product group in our system
|
void |
setAccountOnFile(AccountOnFile value) |
void |
setDisplayHints(PaymentProductDisplayHints value)
Object containing display hints like the order of the product when shown in a list, the name of the product and the logo
|
void |
setDisplayHintsList(List<PaymentProductDisplayHints> value)
List of display hints
|
void |
setId(String value)
The ID of the payment product group in our system
|
PaymentProductGroup |
withAccountOnFile(AccountOnFile value) |
PaymentProductGroup |
withDisplayHints(PaymentProductDisplayHints value)
Object containing display hints like the order of the product when shown in a list, the name of the product and the logo
|
PaymentProductGroup |
withDisplayHintsList(List<PaymentProductDisplayHints> value)
List of display hints
|
PaymentProductGroup |
withId(String value)
The ID of the payment product group in our system
|
public AccountOnFile getAccountOnFile()
public void setAccountOnFile(AccountOnFile value)
public PaymentProductGroup withAccountOnFile(AccountOnFile value)
public PaymentProductDisplayHints getDisplayHints()
public void setDisplayHints(PaymentProductDisplayHints value)
public PaymentProductGroup withDisplayHints(PaymentProductDisplayHints value)
public List<PaymentProductDisplayHints> getDisplayHintsList()
public void setDisplayHintsList(List<PaymentProductDisplayHints> value)
public PaymentProductGroup withDisplayHintsList(List<PaymentProductDisplayHints> value)
public String getId()
public void setId(String value)
public PaymentProductGroup withId(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.