| Package | Description |
|---|---|
| de.hybris.platform.core.dto.order | |
| de.hybris.platform.payment.dto | |
| de.hybris.platform.payment.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PaymentTransactionDTO> |
AbstractOrderDTO.getPaymentTransactions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderDTO.setPaymentTransactions(java.util.List<PaymentTransactionDTO> value) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlipayPaymentTransactionDTO
Generated dto class for type AlipayPaymentTransaction first defined at extension chinesepspalipayservices
|
class |
WeChatPayPaymentTransactionDTO
Generated dto class for type WeChatPayPaymentTransaction first defined at extension chinesepspwechatpayservices
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionDTO |
PaymentTransactionEntryDTO.getPaymentTransaction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PaymentTransactionDTO> |
PaymentTransactionsDTO.getPaymentTransactions() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTransactionEntryDTO.setPaymentTransaction(PaymentTransactionDTO value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTransactionsDTO.setPaymentTransactions(java.util.List<PaymentTransactionDTO> paymenttransactionsList) |
| Constructor and Description |
|---|
PaymentTransactionsDTO(java.util.List<PaymentTransactionDTO> paymenttransactionsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
PaymentTransactionsResource.postPaymentTransaction(PaymentTransactionDTO dto)
Generated HTTP method for covering POST requests.
|
Response |
PaymentTransactionResource.putPaymentTransaction(PaymentTransactionDTO dto)
Generated HTTP method for covering PUT requests.
|
Copyright © 2018 SAP SE. All Rights Reserved.