| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
GooglePayWalletResponse |
GooglePayWalletResponse.Builder.build()
Builds a new
GooglePayWalletResponse object using the set fields. |
GooglePayWalletResponse |
PaymentSourceResponse.getGooglePay()
Getter for GooglePay.
|
GooglePayWalletResponse |
OrderAuthorizeResponsePaymentSource.getGooglePay()
Getter for GooglePay.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentSourceResponse.Builder |
PaymentSourceResponse.Builder.googlePay(GooglePayWalletResponse googlePay)
Setter for googlePay.
|
OrderAuthorizeResponsePaymentSource.Builder |
OrderAuthorizeResponsePaymentSource.Builder.googlePay(GooglePayWalletResponse googlePay)
Setter for googlePay.
|
void |
PaymentSourceResponse.setGooglePay(GooglePayWalletResponse googlePay)
Setter for GooglePay.
|
void |
OrderAuthorizeResponsePaymentSource.setGooglePay(GooglePayWalletResponse googlePay)
Setter for GooglePay.
|
| Constructor and Description |
|---|
OrderAuthorizeResponsePaymentSource(CardResponse card,
PaypalWalletResponse paypal,
ApplePayPaymentObject applePay,
GooglePayWalletResponse googlePay,
VenmoWalletResponse venmo)
Initialization 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.
|
Copyright © 2025. All rights reserved.