Class PaymentSourceRequest
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.payments.PaymentSourceRequest
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCard()
The payment card to use to fund a payment.Indicates that PayPal Wallet is the payment source.getToken()
The tokenized payment source to fund a payment.void
setCard
(CardRequest card) The payment card to use to fund a payment.void
Indicates that PayPal Wallet is the payment source.void
The tokenized payment source to fund a payment.
-
Constructor Details
-
PaymentSourceRequest
public PaymentSourceRequest()
-
-
Method Details
-
setCard
The payment card to use to fund a payment. Can be a credit or debit card. Note: Passing card number, cvv and expiry directly via the API requires PCI SAQ D compliance. PayPal offers a mechanism by which you do not have to take on the PCI SAQ D burden by using hosted fields - refer to this Integration Guide. -
setPaypal
Indicates that PayPal Wallet is the payment source. Main use of this selection is to provide additional instructions associated with this choice like vaulting. -
setToken
The tokenized payment source to fund a payment. -
getCard
The payment card to use to fund a payment. Can be a credit or debit card. Note: Passing card number, cvv and expiry directly via the API requires PCI SAQ D compliance. PayPal offers a mechanism by which you do not have to take on the PCI SAQ D burden by using hosted fields - refer to this Integration Guide. -
getPaypal
Indicates that PayPal Wallet is the payment source. Main use of this selection is to provide additional instructions associated with this choice like vaulting. -
getToken
The tokenized payment source to fund a payment.
-