Uses of Class
com.onlinepayments.domain.PaymentProduct
Packages that use PaymentProduct
-
Uses of PaymentProduct in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProductModifier and TypeMethodDescriptionPaymentProduct.withAccountsOnFile(List<AccountOnFile> value) List of tokens for that payment productPaymentProduct.withAllowsAuthentication(Boolean value) True when 3DS authentication is supported or required for the productPaymentProduct.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 paymentsPaymentProduct.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 tokenizedPaymentProduct.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 logoPaymentProduct.withDisplayHintsList(List<PaymentProductDisplayHints> value) PaymentProduct.withFields(List<PaymentProductField> value) Object containing all the fields and their details that are associated with this payment product.The ID of the payment product in our systemPaymentProduct.withPaymentMethod(String value) Payment method identifier used by the our payment engine.PaymentProduct.withPaymentProduct302SpecificData(PaymentProduct302SpecificData value) PaymentProduct.withPaymentProduct320SpecificData(PaymentProduct320SpecificData value) PaymentProduct.withPaymentProductGroup(String value) The payment product group that has this payment product, if there is any.PaymentProduct.withUsesRedirectionTo3rdParty(Boolean value) Indicates whether the payment product requires redirection to a third party to complete the payment.Methods in com.onlinepayments.domain that return types with arguments of type PaymentProductMethod parameters in com.onlinepayments.domain with type arguments of type PaymentProductModifier and TypeMethodDescriptionvoidGetPaymentProductsResponse.setPaymentProducts(List<PaymentProduct> value) GetPaymentProductsResponse.withPaymentProducts(List<PaymentProduct> value) -
Uses of PaymentProduct in com.onlinepayments.merchant.products
Methods in com.onlinepayments.merchant.products that return PaymentProductModifier and TypeMethodDescriptionProductsClient.getPaymentProduct(Integer paymentProductId, GetPaymentProductParams query) Resource /v2/{merchantId}/products/{paymentProductId} - Get payment productProductsClient.getPaymentProduct(Integer paymentProductId, GetPaymentProductParams query, CallContext context) Resource /v2/{merchantId}/products/{paymentProductId} - Get payment productProductsClientInterface.getPaymentProduct(Integer paymentProductId, GetPaymentProductParams query) Resource /v2/{merchantId}/products/{paymentProductId} - Get payment productProductsClientInterface.getPaymentProduct(Integer paymentProductId, GetPaymentProductParams query, CallContext context) Resource /v2/{merchantId}/products/{paymentProductId} - Get payment product