| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
PhoneWithType |
PhoneWithType.Builder.build()
Builds a new
PhoneWithType object using the set fields. |
PhoneWithType |
PaypalWallet.getPhone()
Getter for Phone.
|
PhoneWithType |
VenmoPaymentToken.getPhone()
Getter for Phone.
|
PhoneWithType |
PaypalWalletCustomer.getPhone()
Getter for Phone.
|
PhoneWithType |
PaypalPaymentToken.getPhone()
Getter for Phone.
|
PhoneWithType |
CustomerInformation.getPhone()
Getter for Phone.
|
PhoneWithType |
CardCustomerInformation.getPhone()
Getter for Phone.
|
PhoneWithType |
PaypalWalletCustomerRequest.getPhone()
Getter for Phone.
|
PhoneWithType |
Payer.getPhone()
Getter for Phone.
|
| Modifier and Type | Method and Description |
|---|---|
PaypalWallet.Builder |
PaypalWallet.Builder.phone(PhoneWithType phone)
Setter for phone.
|
VenmoPaymentToken.Builder |
VenmoPaymentToken.Builder.phone(PhoneWithType phone)
Setter for phone.
|
PaypalWalletCustomer.Builder |
PaypalWalletCustomer.Builder.phone(PhoneWithType phone)
Setter for phone.
|
PaypalPaymentToken.Builder |
PaypalPaymentToken.Builder.phone(PhoneWithType phone)
Setter for phone.
|
CustomerInformation.Builder |
CustomerInformation.Builder.phone(PhoneWithType phone)
Setter for phone.
|
CardCustomerInformation.Builder |
CardCustomerInformation.Builder.phone(PhoneWithType phone)
Setter for phone.
|
PaypalWalletCustomerRequest.Builder |
PaypalWalletCustomerRequest.Builder.phone(PhoneWithType phone)
Setter for phone.
|
Payer.Builder |
Payer.Builder.phone(PhoneWithType phone)
Setter for phone.
|
void |
PaypalWallet.setPhone(PhoneWithType phone)
Setter for Phone.
|
void |
VenmoPaymentToken.setPhone(PhoneWithType phone)
Setter for Phone.
|
void |
PaypalWalletCustomer.setPhone(PhoneWithType phone)
Setter for Phone.
|
void |
PaypalPaymentToken.setPhone(PhoneWithType phone)
Setter for Phone.
|
void |
CustomerInformation.setPhone(PhoneWithType phone)
Setter for Phone.
|
void |
CardCustomerInformation.setPhone(PhoneWithType phone)
Setter for Phone.
|
void |
PaypalWalletCustomerRequest.setPhone(PhoneWithType phone)
Setter for Phone.
|
void |
Payer.setPhone(PhoneWithType phone)
Setter for Phone.
|
| Constructor and Description |
|---|
CardCustomerInformation(String id,
String emailAddress,
PhoneWithType phone,
String merchantCustomerId)
Initialization constructor.
|
CustomerInformation(String id,
String emailAddress,
PhoneWithType phone)
Initialization constructor.
|
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.
|
PaypalWalletCustomer(String id,
String emailAddress,
PhoneWithType phone,
String merchantCustomerId)
Initialization constructor.
|
PaypalWalletCustomerRequest(String id,
String emailAddress,
PhoneWithType phone,
String merchantCustomerId)
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.
|
Copyright © 2025. All rights reserved.