Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.payments.CardRequest
-
Packages that use CardRequest Package Description com.broadleafcommerce.paypal.micro.gateway.domain.payments -
-
Uses of CardRequest in com.broadleafcommerce.paypal.micro.gateway.domain.payments
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments that return CardRequest Modifier and Type Method Description CardRequest
PaymentSourceRequest. getCard()
The payment card to use to fund a payment.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments with parameters of type CardRequest Modifier and Type Method Description void
PaymentSourceRequest. setCard(CardRequest card)
The payment card to use to fund a payment.
-