Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.PaymentSource
Packages that use PaymentSource
Package
Description
-
Uses of PaymentSource in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return PaymentSourceModifier and TypeMethodDescriptionOrder.getPaymentSource()
The payment source used to fund the payment.OrderRequest.getPaymentSource()
The payment source used to fund the payment.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type PaymentSourceModifier and TypeMethodDescriptionvoid
Order.setPaymentSource
(PaymentSource paymentSource) The payment source used to fund the payment.void
OrderRequest.setPaymentSource
(PaymentSource paymentSource) The payment source used to fund the payment. -
Uses of PaymentSource in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return PaymentSourceModifier and TypeMethodDescriptionprotected PaymentSource
DefaultPayPalOrderService.constructPaymentSource
(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)