Uses of Class
com.onlinepayments.domain.PaymentProductGroup
Packages that use PaymentProductGroup
-
Uses of PaymentProductGroup in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProductGroupModifier and TypeMethodDescriptionPaymentProductGroup.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 logoPaymentProductGroup.withDisplayHintsList(List<PaymentProductDisplayHints> value) The ID of the payment product group in our systemMethods in com.onlinepayments.domain that return types with arguments of type PaymentProductGroupMethod parameters in com.onlinepayments.domain with type arguments of type PaymentProductGroupModifier and TypeMethodDescriptionvoidGetPaymentProductGroupsResponse.setPaymentProductGroups(List<PaymentProductGroup> value) GetPaymentProductGroupsResponse.withPaymentProductGroups(List<PaymentProductGroup> value) -
Uses of PaymentProductGroup in com.onlinepayments.merchant.productgroups
Methods in com.onlinepayments.merchant.productgroups that return PaymentProductGroupModifier and TypeMethodDescriptionProductGroupsClient.getProductGroup(String paymentProductGroupId, GetProductGroupParams query) Resource /v2/{merchantId}/productgroups/{paymentProductGroupId} - Get product groupProductGroupsClient.getProductGroup(String paymentProductGroupId, GetProductGroupParams query, CallContext context) Resource /v2/{merchantId}/productgroups/{paymentProductGroupId} - Get product groupProductGroupsClientInterface.getProductGroup(String paymentProductGroupId, GetProductGroupParams query) Resource /v2/{merchantId}/productgroups/{paymentProductGroupId} - Get product groupProductGroupsClientInterface.getProductGroup(String paymentProductGroupId, GetProductGroupParams query, CallContext context) Resource /v2/{merchantId}/productgroups/{paymentProductGroupId} - Get product group