| Package | Description |
|---|---|
| com.onlinepayments.domain | |
| com.onlinepayments.merchant.products |
| Modifier and Type | Method and Description |
|---|---|
PaymentProduct |
PaymentProduct.withAccountsOnFile(List<AccountOnFile> value)
List of tokens for that payment product
|
PaymentProduct |
PaymentProduct.withAllowsRecurring(Boolean value)
Indicates if the product supports recurring payments
* true - This payment product supports recurring payments
* false - This payment product does not support recurring transactions and can only be used for one-off payments
|
PaymentProduct |
PaymentProduct.withAllowsTokenization(Boolean value)
Indicates if the payment details can be tokenized for future re-use
* true - Payment details from payments done with this payment product can be tokenized for future re-use
* false - Payment details from payments done with this payment product can not be tokenized
|
PaymentProduct |
PaymentProduct.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
|
PaymentProduct |
PaymentProduct.withDisplayHintsList(List<PaymentProductDisplayHints> value)
List of display hints
|
PaymentProduct |
PaymentProduct.withFields(List<PaymentProductField> value)
Object containing all the fields and their details that are associated with this payment product.
|
PaymentProduct |
PaymentProduct.withId(Integer value)
The ID of the payment product in our system
|
PaymentProduct |
PaymentProduct.withPaymentMethod(String value)
Payment method identifier used by the our payment engine.
|
PaymentProduct |
PaymentProduct.withPaymentProduct302SpecificData(PaymentProduct302SpecificData value) |
PaymentProduct |
PaymentProduct.withPaymentProduct320SpecificData(PaymentProduct320SpecificData value) |
PaymentProduct |
PaymentProduct.withPaymentProductGroup(String value)
The payment product group that has this payment product, if there is any.
|
PaymentProduct |
PaymentProduct.withUsesRedirectionTo3rdParty(Boolean value)
Indicates whether the payment product requires redirection to a third party to complete the payment.
|
| Modifier and Type | Method and Description |
|---|---|
List<PaymentProduct> |
GetPaymentProductsResponse.getPaymentProducts()
Array containing payment products and their characteristics
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPaymentProductsResponse.setPaymentProducts(List<PaymentProduct> value)
Array containing payment products and their characteristics
|
GetPaymentProductsResponse |
GetPaymentProductsResponse.withPaymentProducts(List<PaymentProduct> value)
Array containing payment products and their characteristics
|
| Modifier and Type | Method and Description |
|---|---|
PaymentProduct |
ProductsClient.getPaymentProduct(Integer paymentProductId,
GetPaymentProductParams query)
Resource /v2/{merchantId}/products/{paymentProductId}
- Get payment product
|
PaymentProduct |
ProductsClientInterface.getPaymentProduct(Integer paymentProductId,
GetPaymentProductParams query)
Resource /v2/{merchantId}/products/{paymentProductId}
- Get payment product
|
PaymentProduct |
ProductsClient.getPaymentProduct(Integer paymentProductId,
GetPaymentProductParams query,
CallContext context)
Resource /v2/{merchantId}/products/{paymentProductId}
- Get payment product
|
PaymentProduct |
ProductsClientInterface.getPaymentProduct(Integer paymentProductId,
GetPaymentProductParams query,
CallContext context)
Resource /v2/{merchantId}/products/{paymentProductId}
- Get payment product
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.