Uses of Class
de.hybris.platform.ordermanagementwebservices.dto.payment.PaymentTransactionEntryWsDTO
-
-
Uses of PaymentTransactionEntryWsDTO in de.hybris.platform.ordermanagementwebservices.dto.payment
Methods in de.hybris.platform.ordermanagementwebservices.dto.payment that return types with arguments of type PaymentTransactionEntryWsDTO Modifier and Type Method Description java.util.List<PaymentTransactionEntryWsDTO>PaymentTransactionWsDTO. getEntries()Method parameters in de.hybris.platform.ordermanagementwebservices.dto.payment with type arguments of type PaymentTransactionEntryWsDTO Modifier and Type Method Description voidPaymentTransactionWsDTO. setEntries(java.util.List<PaymentTransactionEntryWsDTO> entries) -
Uses of PaymentTransactionEntryWsDTO in de.hybris.platform.warehousingwebservices.controllers.order
Methods in de.hybris.platform.warehousingwebservices.controllers.order that return PaymentTransactionEntryWsDTO Modifier and Type Method Description PaymentTransactionEntryWsDTOWarehousingConsignmentsController. takePayment(@NotNull java.lang.String code, java.lang.String fields)Request to take a payment for aConsignmentModel -
Uses of PaymentTransactionEntryWsDTO in de.hybris.platform.warehousingwebservices.warehousingwebservices.util
Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices.util that return PaymentTransactionEntryWsDTO Modifier and Type Method Description protected PaymentTransactionEntryWsDTOBaseWarehousingWebservicesIntegrationTest. postTakePaymentRestCall(java.lang.String consignmentCode)
-