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 PaymentSourceOrder. getPaymentSource()The payment source used to fund the payment.PaymentSourceOrderRequest. 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 voidOrder. setPaymentSource(PaymentSource paymentSource)The payment source used to fund the payment.voidOrderRequest. 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 PaymentSourceDefaultPayPalOrderService. constructPaymentSource(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)
-