public class PaymentSourceResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentSourceResponse.Builder
Class to build instances of
PaymentSourceResponse. |
| Constructor and Description |
|---|
PaymentSourceResponse()
Default constructor.
|
PaymentSourceResponse(CardResponse card,
PaypalWalletResponse paypal,
BancontactPaymentObject bancontact,
BlikPaymentObject blik,
EpsPaymentObject eps,
GiropayPaymentObject giropay,
IdealPaymentObject ideal,
MybankPaymentObject mybank,
P24PaymentObject p24,
SofortPaymentObject sofort,
TrustlyPaymentObject trustly,
ApplePayPaymentObject applePay,
GooglePayWalletResponse googlePay,
VenmoWalletResponse venmo)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ApplePayPaymentObject |
getApplePay()
Getter for ApplePay.
|
BancontactPaymentObject |
getBancontact()
Getter for Bancontact.
|
BlikPaymentObject |
getBlik()
Getter for Blik.
|
CardResponse |
getCard()
Getter for Card.
|
EpsPaymentObject |
getEps()
Getter for Eps.
|
GiropayPaymentObject |
getGiropay()
Getter for Giropay.
|
GooglePayWalletResponse |
getGooglePay()
Getter for GooglePay.
|
IdealPaymentObject |
getIdeal()
Getter for Ideal.
|
MybankPaymentObject |
getMybank()
Getter for Mybank.
|
P24PaymentObject |
getP24()
Getter for P24.
|
PaypalWalletResponse |
getPaypal()
Getter for Paypal.
|
SofortPaymentObject |
getSofort()
Getter for Sofort.
|
TrustlyPaymentObject |
getTrustly()
Getter for Trustly.
|
VenmoWalletResponse |
getVenmo()
Getter for Venmo.
|
void |
setApplePay(ApplePayPaymentObject applePay)
Setter for ApplePay.
|
void |
setBancontact(BancontactPaymentObject bancontact)
Setter for Bancontact.
|
void |
setBlik(BlikPaymentObject blik)
Setter for Blik.
|
void |
setCard(CardResponse card)
Setter for Card.
|
void |
setEps(EpsPaymentObject eps)
Setter for Eps.
|
void |
setGiropay(GiropayPaymentObject giropay)
Setter for Giropay.
|
void |
setGooglePay(GooglePayWalletResponse googlePay)
Setter for GooglePay.
|
void |
setIdeal(IdealPaymentObject ideal)
Setter for Ideal.
|
void |
setMybank(MybankPaymentObject mybank)
Setter for Mybank.
|
void |
setP24(P24PaymentObject p24)
Setter for P24.
|
void |
setPaypal(PaypalWalletResponse paypal)
Setter for Paypal.
|
void |
setSofort(SofortPaymentObject sofort)
Setter for Sofort.
|
void |
setTrustly(TrustlyPaymentObject trustly)
Setter for Trustly.
|
void |
setVenmo(VenmoWalletResponse venmo)
Setter for Venmo.
|
PaymentSourceResponse.Builder |
toBuilder()
Builds a new
PaymentSourceResponse.Builder object. |
String |
toString()
Converts this PaymentSourceResponse into string format.
|
public PaymentSourceResponse()
public PaymentSourceResponse(CardResponse card, PaypalWalletResponse paypal, BancontactPaymentObject bancontact, BlikPaymentObject blik, EpsPaymentObject eps, GiropayPaymentObject giropay, IdealPaymentObject ideal, MybankPaymentObject mybank, P24PaymentObject p24, SofortPaymentObject sofort, TrustlyPaymentObject trustly, ApplePayPaymentObject applePay, GooglePayWalletResponse googlePay, VenmoWalletResponse venmo)
card - CardResponse value for card.paypal - PaypalWalletResponse value for paypal.bancontact - BancontactPaymentObject value for bancontact.blik - BlikPaymentObject value for blik.eps - EpsPaymentObject value for eps.giropay - GiropayPaymentObject value for giropay.ideal - IdealPaymentObject value for ideal.mybank - MybankPaymentObject value for mybank.p24 - P24PaymentObject value for p24.sofort - SofortPaymentObject value for sofort.trustly - TrustlyPaymentObject value for trustly.applePay - ApplePayPaymentObject value for applePay.googlePay - GooglePayWalletResponse value for googlePay.venmo - VenmoWalletResponse value for venmo.public CardResponse getCard()
public void setCard(CardResponse card)
card - Value for CardResponsepublic PaypalWalletResponse getPaypal()
public void setPaypal(PaypalWalletResponse paypal)
paypal - Value for PaypalWalletResponsepublic BancontactPaymentObject getBancontact()
public void setBancontact(BancontactPaymentObject bancontact)
bancontact - Value for BancontactPaymentObjectpublic BlikPaymentObject getBlik()
public void setBlik(BlikPaymentObject blik)
blik - Value for BlikPaymentObjectpublic EpsPaymentObject getEps()
public void setEps(EpsPaymentObject eps)
eps - Value for EpsPaymentObjectpublic GiropayPaymentObject getGiropay()
public void setGiropay(GiropayPaymentObject giropay)
giropay - Value for GiropayPaymentObjectpublic IdealPaymentObject getIdeal()
public void setIdeal(IdealPaymentObject ideal)
ideal - Value for IdealPaymentObjectpublic MybankPaymentObject getMybank()
public void setMybank(MybankPaymentObject mybank)
mybank - Value for MybankPaymentObjectpublic P24PaymentObject getP24()
public void setP24(P24PaymentObject p24)
p24 - Value for P24PaymentObjectpublic SofortPaymentObject getSofort()
public void setSofort(SofortPaymentObject sofort)
sofort - Value for SofortPaymentObjectpublic TrustlyPaymentObject getTrustly()
public void setTrustly(TrustlyPaymentObject trustly)
trustly - Value for TrustlyPaymentObjectpublic ApplePayPaymentObject getApplePay()
public void setApplePay(ApplePayPaymentObject applePay)
applePay - Value for ApplePayPaymentObjectpublic GooglePayWalletResponse getGooglePay()
public void setGooglePay(GooglePayWalletResponse googlePay)
googlePay - Value for GooglePayWalletResponsepublic VenmoWalletResponse getVenmo()
public void setVenmo(VenmoWalletResponse venmo)
venmo - Value for VenmoWalletResponsepublic String toString()
public PaymentSourceResponse.Builder toBuilder()
PaymentSourceResponse.Builder object.
Creates the instance with the state of the current model.PaymentSourceResponse.Builder objectCopyright © 2025. All rights reserved.