public interface PaymentInfoCreatorStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
attachPaymentInfo(PaymentTransactionModel paymentTransactionModel,
UserModel userModel,
CardInfo cardInfo,
BigDecimal amount)
Attaches PaymentInfo to the assigned PaymentTransactionModel instance.
|
void attachPaymentInfo(PaymentTransactionModel paymentTransactionModel, UserModel userModel, CardInfo cardInfo, BigDecimal amount)
paymentTransactionModel - the payment transactionuserModel - the usercardInfo - the card infoamount - the amountCopyright © 2017 SAP SE. All Rights Reserved.