| Package | Description |
|---|---|
| com.onlinepayments.domain | |
| com.onlinepayments.merchant.productgroups |
| Modifier and Type | Method and Description |
|---|---|
PaymentProductGroup |
PaymentProductGroup.withAccountOnFile(AccountOnFile value) |
PaymentProductGroup |
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 |
PaymentProductGroup.withDisplayHintsList(List<PaymentProductDisplayHints> value)
List of display hints
|
PaymentProductGroup |
PaymentProductGroup.withId(String value)
The ID of the payment product group in our system
|
| Modifier and Type | Method and Description |
|---|---|
List<PaymentProductGroup> |
GetPaymentProductGroupsResponse.getPaymentProductGroups()
Array containing payment product groups and their characteristics
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPaymentProductGroupsResponse.setPaymentProductGroups(List<PaymentProductGroup> value)
Array containing payment product groups and their characteristics
|
GetPaymentProductGroupsResponse |
GetPaymentProductGroupsResponse.withPaymentProductGroups(List<PaymentProductGroup> value)
Array containing payment product groups and their characteristics
|
| Modifier and Type | Method and Description |
|---|---|
PaymentProductGroup |
ProductGroupsClient.getProductGroup(String paymentProductGroupId,
GetProductGroupParams query)
Resource /v2/{merchantId}/productgroups/{paymentProductGroupId}
- Get product group
|
PaymentProductGroup |
ProductGroupsClientInterface.getProductGroup(String paymentProductGroupId,
GetProductGroupParams query)
Resource /v2/{merchantId}/productgroups/{paymentProductGroupId}
- Get product group
|
PaymentProductGroup |
ProductGroupsClient.getProductGroup(String paymentProductGroupId,
GetProductGroupParams query,
CallContext context)
Resource /v2/{merchantId}/productgroups/{paymentProductGroupId}
- Get product group
|
PaymentProductGroup |
ProductGroupsClientInterface.getProductGroup(String paymentProductGroupId,
GetProductGroupParams query,
CallContext context)
Resource /v2/{merchantId}/productgroups/{paymentProductGroupId}
- Get product group
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.