public interface AccountCreditOrderPaymentService
Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.core.payment.domain.OrderPayment |
constructCustomerCreditOrderPayment(org.broadleafcommerce.core.order.domain.Order order,
CustomerCreditAccount customerCreditAccount) |
org.broadleafcommerce.core.payment.domain.OrderPayment |
constructGiftCardOrderPayment(org.broadleafcommerce.core.order.domain.Order order,
GiftCardAccount giftCardAccount) |
org.broadleafcommerce.core.payment.domain.OrderPayment constructCustomerCreditOrderPayment(org.broadleafcommerce.core.order.domain.Order order, CustomerCreditAccount customerCreditAccount)
org.broadleafcommerce.core.payment.domain.OrderPayment constructGiftCardOrderPayment(org.broadleafcommerce.core.order.domain.Order order, GiftCardAccount giftCardAccount)
Copyright © 2019. All rights reserved.