public class OrderAuthorizeResponsePaymentSource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderAuthorizeResponsePaymentSource.Builder
Class to build instances of
OrderAuthorizeResponsePaymentSource. |
| Constructor and Description |
|---|
OrderAuthorizeResponsePaymentSource()
Default constructor.
|
OrderAuthorizeResponsePaymentSource(CardResponse card,
PaypalWalletResponse paypal,
ApplePayPaymentObject applePay,
GooglePayWalletResponse googlePay,
VenmoWalletResponse venmo)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ApplePayPaymentObject |
getApplePay()
Getter for ApplePay.
|
CardResponse |
getCard()
Getter for Card.
|
GooglePayWalletResponse |
getGooglePay()
Getter for GooglePay.
|
PaypalWalletResponse |
getPaypal()
Getter for Paypal.
|
VenmoWalletResponse |
getVenmo()
Getter for Venmo.
|
void |
setApplePay(ApplePayPaymentObject applePay)
Setter for ApplePay.
|
void |
setCard(CardResponse card)
Setter for Card.
|
void |
setGooglePay(GooglePayWalletResponse googlePay)
Setter for GooglePay.
|
void |
setPaypal(PaypalWalletResponse paypal)
Setter for Paypal.
|
void |
setVenmo(VenmoWalletResponse venmo)
Setter for Venmo.
|
OrderAuthorizeResponsePaymentSource.Builder |
toBuilder()
Builds a new
OrderAuthorizeResponsePaymentSource.Builder object. |
String |
toString()
Converts this OrderAuthorizeResponsePaymentSource into string format.
|
public OrderAuthorizeResponsePaymentSource()
public OrderAuthorizeResponsePaymentSource(CardResponse card, PaypalWalletResponse paypal, ApplePayPaymentObject applePay, GooglePayWalletResponse googlePay, VenmoWalletResponse venmo)
card - CardResponse value for card.paypal - PaypalWalletResponse value for paypal.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 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 OrderAuthorizeResponsePaymentSource.Builder toBuilder()
OrderAuthorizeResponsePaymentSource.Builder object.
Creates the instance with the state of the current model.OrderAuthorizeResponsePaymentSource.Builder objectCopyright © 2025. All rights reserved.