| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
PaypalWalletStoredCredential |
PaypalWalletStoredCredential.Builder.build()
Builds a new
PaypalWalletStoredCredential object using the set fields. |
PaypalWalletStoredCredential |
PaypalWallet.getStoredCredential()
Getter for StoredCredential.
|
PaypalWalletStoredCredential |
PaypalWalletResponse.getStoredCredential()
Getter for StoredCredential.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaypalWallet.setStoredCredential(PaypalWalletStoredCredential storedCredential)
Setter for StoredCredential.
|
void |
PaypalWalletResponse.setStoredCredential(PaypalWalletStoredCredential storedCredential)
Setter for StoredCredential.
|
PaypalWallet.Builder |
PaypalWallet.Builder.storedCredential(PaypalWalletStoredCredential storedCredential)
Setter for storedCredential.
|
PaypalWalletResponse.Builder |
PaypalWalletResponse.Builder.storedCredential(PaypalWalletStoredCredential storedCredential)
Setter for storedCredential.
|
| Constructor and Description |
|---|
PaypalWallet(String vaultId,
String emailAddress,
Name name,
PhoneWithType phone,
String birthDate,
TaxInfo taxInfo,
Address address,
PaypalWalletAttributes attributes,
PaypalWalletExperienceContext experienceContext,
String billingAgreementId,
PaypalWalletStoredCredential storedCredential)
Initialization constructor.
|
PaypalWalletResponse(String emailAddress,
String accountId,
PaypalWalletAccountVerificationStatus accountStatus,
Name name,
PhoneType phoneType,
PhoneNumber phoneNumber,
String birthDate,
String businessName,
TaxInfo taxInfo,
Address address,
PaypalWalletAttributesResponse attributes,
PaypalWalletStoredCredential storedCredential)
Initialization constructor.
|
Copyright © 2025. All rights reserved.