Class PaymentSource
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.PaymentSource
- All Implemented Interfaces:
Serializable
The payment source definition.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInformation used to pay Bancontact.getBlik()
Information used to pay using BLIK.getCard()
The payment card to use to fund a payment.getEps()
Information used to pay using eps.Information needed to pay using giropay.getIdeal()
Information used to pay using iDEAL.Information used to pay using MyBank.getP24()
Information used to pay using P24(Przelewy24).The PayPal Wallet response.Information used to pay using Sofort.Information needed to pay using Trustly.void
setBancontact
(Bancontact bancontact) Information used to pay Bancontact.void
Information used to pay using BLIK.void
The payment card to use to fund a payment.void
Information used to pay using eps.void
setGiropay
(GiroPay giropay) Information needed to pay using giropay.void
Information used to pay using iDEAL.void
Information used to pay using MyBank.void
Information used to pay using P24(Przelewy24).void
The PayPal Wallet response.void
Information used to pay using Sofort.void
setTrustly
(Trustly trustly) Information needed to pay using Trustly.
-
Constructor Details
-
PaymentSource
public PaymentSource()
-
-
Method Details
-
setBancontact
Information used to pay Bancontact. -
setBlik
Information used to pay using BLIK. -
setCard
The payment card to use to fund a payment. Card can be a credit or debit card. -
setEps
Information used to pay using eps. -
setGiropay
Information needed to pay using giropay. -
setIdeal
Information used to pay using iDEAL. -
setMybank
Information used to pay using MyBank. -
setP24
Information used to pay using P24(Przelewy24). -
setPaypal
The PayPal Wallet response. -
setSofort
Information used to pay using Sofort. -
setTrustly
Information needed to pay using Trustly. -
getBancontact
Information used to pay Bancontact. -
getBlik
Information used to pay using BLIK. -
getCard
The payment card to use to fund a payment. Card can be a credit or debit card. -
getEps
Information used to pay using eps. -
getGiropay
Information needed to pay using giropay. -
getIdeal
Information used to pay using iDEAL. -
getMybank
Information used to pay using MyBank. -
getP24
Information used to pay using P24(Przelewy24). -
getPaypal
The PayPal Wallet response. -
getSofort
Information used to pay using Sofort. -
getTrustly
Information needed to pay using Trustly.
-