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