public interface PaymentModeService
PaymentModeModel. PaymentModeModel is used in calculation and store informations
about payment on order.| Modifier and Type | Method and Description |
|---|---|
java.util.List<PaymentModeModel> |
getAllPaymentModes()
Gets all payment modes
|
PaymentModeModel |
getPaymentModeForCode(java.lang.String code)
Gets the
PaymentModeModel with the specified code. |
PaymentModeModel getPaymentModeForCode(java.lang.String code)
PaymentModeModel with the specified code.code - the codePaymentModeModel with the specified codejava.util.List<PaymentModeModel> getAllPaymentModes()
Copyright © 2018 SAP SE. All Rights Reserved.