Uses of Class
de.hybris.platform.ordermanagementwebservices.dto.payment.PaymentTransactionWsDTO
-
Packages that use PaymentTransactionWsDTO Package Description de.hybris.platform.ordermanagementwebservices.controllers.order de.hybris.platform.ordermanagementwebservices.dto.order -
-
Uses of PaymentTransactionWsDTO in de.hybris.platform.ordermanagementwebservices.controllers.order
Methods in de.hybris.platform.ordermanagementwebservices.controllers.order that return PaymentTransactionWsDTO Modifier and Type Method Description protected PaymentTransactionWsDTOOrderControllerIntegrationTest. buildPaymentTransactionWsDTO() -
Uses of PaymentTransactionWsDTO in de.hybris.platform.ordermanagementwebservices.dto.order
Methods in de.hybris.platform.ordermanagementwebservices.dto.order that return types with arguments of type PaymentTransactionWsDTO Modifier and Type Method Description java.util.List<PaymentTransactionWsDTO>OrderRequestWsDTO. getPaymentTransactions()Method parameters in de.hybris.platform.ordermanagementwebservices.dto.order with type arguments of type PaymentTransactionWsDTO Modifier and Type Method Description voidOrderRequestWsDTO. setPaymentTransactions(java.util.List<PaymentTransactionWsDTO> paymentTransactions)
-