| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
Name |
Name.Builder.build()
Builds a new
Name object using the set fields. |
Name |
PaypalWallet.getName()
Getter for Name.
|
Name |
VenmoWalletResponse.getName()
Getter for Name.
|
Name |
VenmoPaymentToken.getName()
Getter for Name.
|
Name |
PaypalPaymentToken.getName()
Getter for Name.
|
Name |
PaypalWalletResponse.getName()
Getter for Name.
|
Name |
Payer.getName()
Getter for Name.
|
| Modifier and Type | Method and Description |
|---|---|
PaypalWallet.Builder |
PaypalWallet.Builder.name(Name name)
Setter for name.
|
VenmoWalletResponse.Builder |
VenmoWalletResponse.Builder.name(Name name)
Setter for name.
|
VenmoPaymentToken.Builder |
VenmoPaymentToken.Builder.name(Name name)
Setter for name.
|
PaypalPaymentToken.Builder |
PaypalPaymentToken.Builder.name(Name name)
Setter for name.
|
PaypalWalletResponse.Builder |
PaypalWalletResponse.Builder.name(Name name)
Setter for name.
|
Payer.Builder |
Payer.Builder.name(Name name)
Setter for name.
|
void |
PaypalWallet.setName(Name name)
Setter for Name.
|
void |
VenmoWalletResponse.setName(Name name)
Setter for Name.
|
void |
VenmoPaymentToken.setName(Name name)
Setter for Name.
|
void |
PaypalPaymentToken.setName(Name name)
Setter for Name.
|
void |
PaypalWalletResponse.setName(Name name)
Setter for Name.
|
void |
Payer.setName(Name name)
Setter for Name.
|
| Constructor and Description |
|---|
Payer(String emailAddress,
String payerId,
Name name,
PhoneWithType phone,
String birthDate,
TaxInfo taxInfo,
Address address)
Initialization constructor.
|
PaypalPaymentToken(String description,
UsagePattern usagePattern,
VaultedDigitalWalletShippingDetails shipping,
Boolean permitMultiplePaymentTokens,
PaypalPaymentTokenUsageType usageType,
PaypalPaymentTokenCustomerType customerType,
String emailAddress,
String payerId,
Name name,
PhoneWithType phone,
Address address,
String accountId,
Phone phoneNumber)
Initialization constructor.
|
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.
|
VenmoPaymentToken(String description,
UsagePattern usagePattern,
VaultedDigitalWalletShippingDetails shipping,
Boolean permitMultiplePaymentTokens,
PaypalPaymentTokenUsageType usageType,
PaypalPaymentTokenCustomerType customerType,
String emailAddress,
String payerId,
Name name,
PhoneWithType phone,
Address address,
String userName)
Initialization constructor.
|
VenmoWalletResponse(String emailAddress,
String accountId,
String userName,
Name name,
PhoneNumber phoneNumber,
Address address,
VenmoWalletAttributesResponse attributes)
Initialization constructor.
|
Copyright © 2025. All rights reserved.