| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
GooglePayRequest |
GooglePayRequest.Builder.build()
Builds a new
GooglePayRequest object using the set fields. |
GooglePayRequest |
PaymentSource.getGooglePay()
Getter for GooglePay.
|
GooglePayRequest |
OrderAuthorizeRequestPaymentSource.getGooglePay()
Getter for GooglePay.
|
GooglePayRequest |
OrderCaptureRequestPaymentSource.getGooglePay()
Getter for GooglePay.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentSource.Builder |
PaymentSource.Builder.googlePay(GooglePayRequest googlePay)
Setter for googlePay.
|
OrderAuthorizeRequestPaymentSource.Builder |
OrderAuthorizeRequestPaymentSource.Builder.googlePay(GooglePayRequest googlePay)
Setter for googlePay.
|
OrderCaptureRequestPaymentSource.Builder |
OrderCaptureRequestPaymentSource.Builder.googlePay(GooglePayRequest googlePay)
Setter for googlePay.
|
void |
PaymentSource.setGooglePay(GooglePayRequest googlePay)
Setter for GooglePay.
|
void |
OrderAuthorizeRequestPaymentSource.setGooglePay(GooglePayRequest googlePay)
Setter for GooglePay.
|
void |
OrderCaptureRequestPaymentSource.setGooglePay(GooglePayRequest googlePay)
Setter for GooglePay.
|
| Constructor and Description |
|---|
OrderAuthorizeRequestPaymentSource(CardRequest card,
Token token,
PaypalWallet paypal,
ApplePayRequest applePay,
GooglePayRequest googlePay,
VenmoWalletRequest venmo)
Initialization constructor.
|
OrderCaptureRequestPaymentSource(CardRequest card,
Token token,
PaypalWallet paypal,
ApplePayRequest applePay,
GooglePayRequest googlePay,
VenmoWalletRequest venmo)
Initialization constructor.
|
PaymentSource(CardRequest card,
Token token,
PaypalWallet paypal,
BancontactPaymentRequest bancontact,
BlikPaymentRequest blik,
EpsPaymentRequest eps,
GiropayPaymentRequest giropay,
IdealPaymentRequest ideal,
MybankPaymentRequest mybank,
P24PaymentRequest p24,
SofortPaymentRequest sofort,
TrustlyPaymentRequest trustly,
ApplePayRequest applePay,
GooglePayRequest googlePay,
VenmoWalletRequest venmo)
Initialization constructor.
|
Copyright © 2025. All rights reserved.