public static class PaymentSource.Builder extends Object
PaymentSource.| Constructor and Description |
|---|
Builder() |
public PaymentSource.Builder card(CardRequest card)
card - CardRequest value for card.public PaymentSource.Builder token(Token token)
token - Token value for token.public PaymentSource.Builder paypal(PaypalWallet paypal)
paypal - PaypalWallet value for paypal.public PaymentSource.Builder bancontact(BancontactPaymentRequest bancontact)
bancontact - BancontactPaymentRequest value for bancontact.public PaymentSource.Builder blik(BlikPaymentRequest blik)
blik - BlikPaymentRequest value for blik.public PaymentSource.Builder eps(EpsPaymentRequest eps)
eps - EpsPaymentRequest value for eps.public PaymentSource.Builder giropay(GiropayPaymentRequest giropay)
giropay - GiropayPaymentRequest value for giropay.public PaymentSource.Builder ideal(IdealPaymentRequest ideal)
ideal - IdealPaymentRequest value for ideal.public PaymentSource.Builder mybank(MybankPaymentRequest mybank)
mybank - MybankPaymentRequest value for mybank.public PaymentSource.Builder p24(P24PaymentRequest p24)
p24 - P24PaymentRequest value for p24.public PaymentSource.Builder sofort(SofortPaymentRequest sofort)
sofort - SofortPaymentRequest value for sofort.public PaymentSource.Builder trustly(TrustlyPaymentRequest trustly)
trustly - TrustlyPaymentRequest value for trustly.public PaymentSource.Builder applePay(ApplePayRequest applePay)
applePay - ApplePayRequest value for applePay.public PaymentSource.Builder googlePay(GooglePayRequest googlePay)
googlePay - GooglePayRequest value for googlePay.public PaymentSource.Builder venmo(VenmoWalletRequest venmo)
venmo - VenmoWalletRequest value for venmo.public PaymentSource build()
PaymentSource object using the set fields.PaymentSourceCopyright © 2025. All rights reserved.