Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.PaymentSource
-
Packages that use PaymentSource Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders com.broadleafcommerce.paypal.micro.service -
-
Uses of PaymentSource in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return PaymentSource Modifier and Type Method Description PaymentSource
Order. getPaymentSource()
The payment source used to fund the payment.PaymentSource
OrderRequest. getPaymentSource()
The payment source used to fund the payment.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type PaymentSource Modifier and Type Method Description void
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 PaymentSource Modifier and Type Method Description protected PaymentSource
DefaultPayPalOrderService. constructPaymentSource(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)
-