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.voidsetBancontact(Bancontact bancontact) Information used to pay Bancontact.voidInformation used to pay using BLIK.voidThe payment card to use to fund a payment.voidInformation used to pay using eps.voidsetGiropay(GiroPay giropay) Information needed to pay using giropay.voidInformation used to pay using iDEAL.voidInformation used to pay using MyBank.voidInformation used to pay using P24(Przelewy24).voidThe PayPal Wallet response.voidInformation used to pay using Sofort.voidsetTrustly(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.
-