| Modifier and Type | Method and Description |
|---|---|
void |
PaymentService.setPaymentTransactionReviewResult(PaymentTransactionEntryModel reviewDecisionEntry,
java.lang.String orderCode)
This method adds a new PaymentTransactionEntry of type REVIEW_DECISION to the order.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
DefaultPaymentTransactionStrategy.savePaymentTransactionEntry(CustomerModel customerModel,
java.lang.String requestId,
OrderInfoData orderInfoData) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultPaymentTransactionStrategy.isAuthorizationInReview(PaymentTransactionEntryModel entry) |
protected boolean |
DefaultPaymentTransactionStrategy.isReviewDecision(PaymentTransactionEntryModel entry) |
void |
DefaultPaymentTransactionStrategy.setPaymentTransactionReviewResult(PaymentTransactionEntryModel reviewDecisionEntry,
java.lang.String guid) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAcceleratorPaymentService.setPaymentTransactionReviewResult(PaymentTransactionEntryModel reviewDecisionEntry,
java.lang.String guid)
This method add new PaymentTransactionEntry of type REVIEW_DECISION to the order.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
PaymentTransactionStrategy.savePaymentTransactionEntry(CustomerModel customerModel,
java.lang.String requestId,
OrderInfoData orderInfoData) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTransactionStrategy.setPaymentTransactionReviewResult(PaymentTransactionEntryModel reviewDecisionEntry,
java.lang.String guid) |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
DefaultB2BCommerceCheckoutService.authorizePayment(CommerceCheckoutParameter parameter)
Authorizes the total amount of the cart
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
SapDigitalPaymentService.authorize(java.lang.String merchantTransactionCode,
java.lang.String paymentProvider,
AddressModel deliveryAddress,
CisSapDigitalPaymentAuthorizationResult cisSapDigitalPaymentAuthorizationResult)
Requests a payment authorization
|
PaymentTransactionEntryModel |
SapDigitalPaymentService.capture(PaymentTransactionModel transaction)
Requests a payment capture
|
PaymentTransactionEntryModel |
SapDigitalPaymentAuthorizationService.processSapDigitalPaymentAuthorizationResult(CommerceCheckoutParameter parameter,
CisSapDigitalPaymentAuthorizationResultList authorizationResultList)
Process the authorization result from SAP Digital Payments
|
PaymentTransactionEntryModel |
SapDigitalPaymentService.refund(PaymentTransactionModel transaction,
java.math.BigDecimal amountToRefund)
Requests a payment refund
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
DefaultSapDigitalPaymentService.authorize(java.lang.String merchantTransactionCode,
java.lang.String paymentProvider,
AddressModel deliveryAddress,
CisSapDigitalPaymentAuthorizationResult dpAuthResult)
Authorize the payment transaction.
|
PaymentTransactionEntryModel |
DefaultSapDigitalPaymentService.capture(PaymentTransactionModel transaction)
Settle the payment authorization.
|
PaymentTransactionEntryModel |
DefaultSapDigitalPaymentAuthorizationService.processSapDigitalPaymentAuthorizationResult(CommerceCheckoutParameter parameter,
CisSapDigitalPaymentAuthorizationResultList authorizationResultList)
Process the authorization result
|
PaymentTransactionEntryModel |
DefaultSapDigitalPaymentService.refund(PaymentTransactionModel transaction,
java.math.BigDecimal amountToRefund)
Refund the payment to the same card used for placing the order
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
SapDigitalCommercePaymentAuthorizationStrategy.authorizePaymentAmount(CommerceCheckoutParameter parameter)
Authorize the payment amount while placing the order.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
CommerceCheckoutService.authorizePayment(CartModel cartModel,
java.lang.String securityCode,
java.lang.String paymentProvider)
Deprecated.
Since 5.2. Use
CommerceCheckoutService.authorizePayment(de.hybris.platform.commerceservices.service.data.CommerceCheckoutParameter)
Authorizes the total amount of the cart |
PaymentTransactionEntryModel |
CommerceCheckoutService.authorizePayment(CartModel cartModel,
java.lang.String securityCode,
java.lang.String paymentProvider,
java.math.BigDecimal amount)
Deprecated.
Since 5.2. Use
CommerceCheckoutService.authorizePayment(de.hybris.platform.commerceservices.service.data.CommerceCheckoutParameter)
Authorizes specified amount |
PaymentTransactionEntryModel |
CommerceCheckoutService.authorizePayment(CommerceCheckoutParameter parameter)
Authorizes the total amount of the cart if
CommerceCheckoutParameter.authorizationAmount is null
otherwise the passed in amout is authorized |
PaymentTransactionEntryModel |
CommercePaymentAuthorizationStrategy.authorizePaymentAmount(CommerceCheckoutParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizePaymentMethodHook.afterAuthorizePaymentAmount(CommerceCheckoutParameter parameter,
PaymentTransactionEntryModel paymentTransactionEntryModel)
Executed after authorizing payment
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
DefaultCommerceCheckoutService.authorizePayment(CartModel cartModel,
java.lang.String securityCode,
java.lang.String paymentProvider)
Deprecated.
Since 5.2.
|
PaymentTransactionEntryModel |
DefaultCommerceCheckoutService.authorizePayment(CartModel cartModel,
java.lang.String securityCode,
java.lang.String paymentProvider,
java.math.BigDecimal amount)
Deprecated.
Since 5.2.
|
PaymentTransactionEntryModel |
DefaultCommerceCheckoutService.authorizePayment(CommerceCheckoutParameter parameter) |
PaymentTransactionEntryModel |
DefaultCommercePaymentAuthorizationStrategy.authorizePaymentAmount(CommerceCheckoutParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCommercePaymentAuthorizationStrategy.afterAuthorizePaymentAmount(CommerceCheckoutParameter parameter,
PaymentTransactionEntryModel paymentTransactionEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<PaymentTransactionEntryModel> |
DefaultCisFraudReportJob.getPaymentTransactionEntryModels(java.util.List<java.lang.String> transactionIds) |
Converter<CisFraudTransactionResult,PaymentTransactionEntryModel> |
DefaultCisFraudReportJob.getTransactionResultConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCisFraudReportJob.setTransactionResultConverter(Converter<CisFraudTransactionResult,PaymentTransactionEntryModel> transactionResultConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected PaymentTransactionEntryModel |
DefaultCisPaymentService.createReviewTransactionEntry(CisFraudTransactionResult fraudTransactionResult)
Method create PaymentTransactionEntryModel of type REVIEW_DECISION
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PaymentTransactionEntryModel> |
DefaultCisFraudReportDao.findTransactionsByCode(java.util.List<java.lang.String> transactionIds)
Find all payment transaction entries with the given transactionIds
|
Converter<CisFraudTransactionResult,PaymentTransactionEntryModel> |
DefaultCisPaymentService.getTransactionResultConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCisPaymentService.setTransactionResultConverter(Converter<CisFraudTransactionResult,PaymentTransactionEntryModel> transactionResultConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CisFraudTransactionResultPopulator.populate(CisFraudTransactionResult source,
PaymentTransactionEntryModel target) |
protected void |
CisFraudTransactionResultPopulator.setPaymentTransactionStatus(CisFraudTransactionResult source,
PaymentTransactionEntryModel target) |
protected void |
CisFraudTransactionResultPopulator.setPaymentTransactionType(CisFraudTransactionResult source,
PaymentTransactionEntryModel target) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PaymentTransactionEntryData,PaymentTransactionEntryModel> |
PaymentTransactionReversePopulator.getPaymentTransactionEntryReverseConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTransactionEntryReversePopulator.populate(PaymentTransactionEntryData source,
PaymentTransactionEntryModel target) |
void |
PaymentTransactionEntryPopulator.populate(PaymentTransactionEntryModel source,
PaymentTransactionEntryData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTransactionReversePopulator.setPaymentTransactionEntryReverseConverter(Converter<PaymentTransactionEntryData,PaymentTransactionEntryModel> paymentTransactionEntryReverseConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PaymentTransactionEntryModel> |
ConsignmentModel.getPaymentTransactionEntries()
Generated method - Getter of the
Consignment.paymentTransactionEntries attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentModel.setPaymentTransactionEntries(java.util.Set<PaymentTransactionEntryModel> value)
Generated method - Setter of
Consignment.paymentTransactionEntries attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
PaymentService.authorize(OrderModel order,
CardInfo card)
Deprecated.
Since 4.2 use any of the other authorize methods
|
PaymentTransactionEntryModel |
PaymentService.authorize(PaymentTransactionModel transaction,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel deliveryAddress,
AddressModel paymentAddress,
CardInfo card)
authorize payment
|
PaymentTransactionEntryModel |
PaymentService.authorize(PaymentTransactionModel transaction,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel deliveryAddress,
java.lang.String subscriptionID)
authorize payment
|
PaymentTransactionEntryModel |
PaymentService.authorize(PaymentTransactionModel transaction,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel deliveryAddress,
java.lang.String subscriptionID,
java.lang.String paymentProvider)
authorize payment
|
PaymentTransactionEntryModel |
PaymentService.authorize(java.lang.String merchantTransactionCode,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel deliveryAddress,
AddressModel paymentAddress,
CardInfo card)
authorize payment
|
PaymentTransactionEntryModel |
PaymentService.authorize(java.lang.String merchantTransactionCode,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel deliveryAddress,
java.lang.String subscriptionID)
authorize payment
|
PaymentTransactionEntryModel |
PaymentService.authorize(java.lang.String merchantTransactionCode,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel deliveryAddress,
java.lang.String subscriptionID,
java.lang.String cv2,
java.lang.String paymentProvider)
authorize payment
|
PaymentTransactionEntryModel |
PaymentService.cancel(PaymentTransactionEntryModel transaction)
Cancel payment
|
PaymentTransactionEntryModel |
PaymentService.capture(PaymentTransactionModel transaction)
capture payment
|
PaymentTransactionEntryModel |
PaymentService.deleteSubscription(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
java.lang.String paymentProvider)
Deletes the subscription at the payment provider.
|
PaymentTransactionEntryModel |
PaymentService.getPaymentTransactionEntry(java.lang.String code)
Get
PaymentTransactionEntryModel by code |
PaymentTransactionEntryModel |
PaymentService.getSubscriptionData(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
java.lang.String paymentProvider,
BillingInfo billingInfo,
CardInfo card)
Gets the stored card info or payment address
|
PaymentTransactionEntryModel |
PaymentService.partialCapture(PaymentTransactionModel transaction,
java.math.BigDecimal amount)
Take a partial capture of authorized transaction
|
PaymentTransactionEntryModel |
PaymentService.refundFollowOn(PaymentTransactionModel transaction,
java.math.BigDecimal amount)
Refund transaction
|
PaymentTransactionEntryModel |
PaymentService.refundStandalone(StandaloneRefundRequest request)
Deprecated.
|
PaymentTransactionEntryModel |
PaymentService.refundStandalone(java.lang.String merchantTransactionCode,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel paymentAddress,
CardInfo card)
Refund value to a card (no transaction is obligatory)
|
default PaymentTransactionEntryModel |
PaymentService.refundStandalone(java.lang.String merchantTransactionCode,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel paymentAddress,
CardInfo card,
java.lang.String providerName,
java.lang.String subscriptionId)
Refund value to a card (no transaction is obligatory)
|
PaymentTransactionEntryModel |
PaymentService.updateSubscription(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
java.lang.String paymentProvider,
AddressModel paymentAddress,
CardInfo card)
Updates the data of the subscription at the payment provider.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
PaymentService.cancel(PaymentTransactionEntryModel transaction)
Cancel payment
|
boolean |
TransactionInfoService.isSuccessful(PaymentTransactionEntryModel entry)
Checks if the payment authorization transaction is 'successful'
|
boolean |
TransactionInfoService.isValid(PaymentTransactionEntryModel entry)
Checks if the payment authorization transaction is 'valid'
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
NewSubscription.getTransactionEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
NewSubscription.setTransactionEntry(PaymentTransactionEntryModel transactionEntry) |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(OrderModel order,
CardInfo card)
Deprecated.
Since 4.2.2 use any of the other authorize methods
|
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(PaymentTransactionModel transaction,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel deliveryAddress,
AddressModel paymentAddress,
CardInfo card)
authorize payment
note: the code of the assigned payment transaction will be used as code-basecode during the CODE code generation process, which represents the main benefit of this
method. |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(PaymentTransactionModel transaction,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel deliveryAddress,
java.lang.String subscriptionID) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(PaymentTransactionModel transaction,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel deliveryAddress,
java.lang.String subscriptionID,
java.lang.String paymentprovider)
authorize payment
note: the code of the assigned payment transaction will be used as code-basecode during the CODE code generation process, which represents the main benefit of this
method. |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(java.lang.String merchantTransactionCode,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel deliveryAddress,
AddressModel paymentAddress,
CardInfo card) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(java.lang.String merchantTransactionCode,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel deliveryAddress,
java.lang.String subscriptionID)
Authorize payment.
Status, transaction and request related informations are available via the related PaymentTransactionEntryModel,/Informations about the related order will be accessible via the referenced PaymentTransactionModel (see:
getPaymentTransaction() and
setPaymentTransaction(PaymentTransactionModel) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(java.lang.String merchantTransactionCode,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel deliveryAddress,
java.lang.String subscriptionID,
java.lang.String cv2,
java.lang.String paymentProvider) |
protected PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorizeInternal(PaymentTransactionModel transaction,
java.math.BigDecimal amount,
java.util.Currency currency,
BillingInfo shippingInfo,
CardInfo card,
java.lang.String subscriptionID,
java.lang.String cv2,
java.lang.String paymentProvider)
...
|
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.cancel(PaymentTransactionEntryModel transaction) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.capture(PaymentTransactionModel transaction) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.deleteSubscription(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
java.lang.String paymentProvider) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.getPaymentTransactionEntry(java.lang.String code)
Get
PaymentTransactionEntryModel by code |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.getSubscriptionData(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
java.lang.String paymentProvider,
BillingInfo billingInfo,
CardInfo card) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.partialCapture(PaymentTransactionModel transaction,
java.math.BigDecimal amount) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.refundFollowOn(PaymentTransactionModel transaction,
java.math.BigDecimal amount) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.refundStandalone(StandaloneRefundRequest request)
Deprecated.
Since 4.2.2 use
DefaultPaymentServiceImpl.refundStandalone(String, BigDecimal, Currency, AddressModel, CardInfo) instead |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.refundStandalone(java.lang.String merchantTransactionCode,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel paymentAddress,
CardInfo card) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.refundStandalone(java.lang.String merchantTransactionCode,
java.math.BigDecimal amount,
java.util.Currency currency,
AddressModel paymentAddress,
CardInfo card,
java.lang.String providerName,
java.lang.String subscriptionId) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.updateSubscription(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
java.lang.String paymentProvider,
AddressModel paymentAddress,
CardInfo card) |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.cancel(PaymentTransactionEntryModel transaction) |
protected boolean |
DefaultTransactionInfoService.check(PaymentTransactionEntryModel entry,
TransactionStatus status) |
boolean |
DefaultTransactionInfoService.isSuccessful(PaymentTransactionEntryModel entry)
Checks if the payment authorization transaction is 'successful'
|
boolean |
DefaultTransactionInfoService.isValid(PaymentTransactionEntryModel entry)
Checks if the payment authorization transaction is 'valid'
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlipayPaymentTransactionEntryModel
Generated model class for type AlipayPaymentTransactionEntry first defined at extension chinesepspalipayservices.
|
class |
WeChatPayPaymentTransactionEntryModel
Generated model class for type WeChatPayPaymentTransactionEntry first defined at extension chinesepspwechatpayservices.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PaymentTransactionEntryModel> |
PaymentTransactionModel.getEntries()
Generated method - Getter of the
PaymentTransaction.entries attribute defined at extension payment. |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTransactionModel.setEntries(java.util.List<PaymentTransactionEntryModel> value)
Generated method - Setter of
PaymentTransaction.entries attribute defined at extension payment. |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
PaymentTransactionEntryResource.getPaymentTransactionEntryModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected PaymentTransactionEntryModel |
PaymentTransactionEntryResource.readResource(java.lang.String resourceId)
Gets the
PaymentTransactionEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PaymentTransactionEntryModel> |
PaymentTransactionEntriesResource.getPaymentTransactionEntriesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTransactionEntryResource.setPaymentTransactionEntryModel(PaymentTransactionEntryModel value)
Convenience method which just delegates to
#setResourceValue(PaymentTransactionEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTransactionEntriesResource.setPaymentTransactionEntriesCollection(java.util.Collection<PaymentTransactionEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
PaymentTransactionEntryModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionModelBuilder |
PaymentTransactionModelBuilder.withEntries(java.util.List<PaymentTransactionEntryModel> entries) |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
PaymentTransactionEntries.AuthorizationPaymentTransactionEntry() |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingDao<PaymentTransactionEntryModel> |
PaymentTransactionEntries.getPaymentTransactionEntryDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTransactionEntries.setPaymentTransactionEntryDao(WarehousingDao<PaymentTransactionEntryModel> paymentTransactionDao) |
| Modifier and Type | Method and Description |
|---|---|
protected PaymentTransactionEntryModel |
DefaultWarehousingConsignmentFacade.performPaymentCapture(ConsignmentModel consignmentModel)
Performs the payment capture operation for the given
ConsignmentModel |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PaymentTransactionEntryModel,PaymentTransactionEntryData> |
DefaultWarehousingConsignmentFacade.getPaymentTransactionEntryConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingConsignmentFacade.setPaymentTransactionEntryConverter(Converter<PaymentTransactionEntryModel,PaymentTransactionEntryData> paymentTransactionEntryConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CheckTransactionReviewStatusAction.isAuthorization(PaymentTransactionEntryModel entry) |
protected boolean |
CheckTransactionReviewStatusAction.isAuthorizationInReview(PaymentTransactionEntryModel entry) |
protected boolean |
CheckTransactionReviewStatusAction.isReviewAccepted(PaymentTransactionEntryModel entry) |
protected boolean |
CheckTransactionReviewStatusAction.isReviewDecision(PaymentTransactionEntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
protected PaymentTransactionEntryModel |
CheckTransactionReviewStatusActionTest.createPaymentTransactionEntry(PaymentTransactionType type,
TransactionStatus status) |
Copyright © 2018 SAP SE. All Rights Reserved.