| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
TaxInfo |
TaxInfo.Builder.build()
Builds a new
TaxInfo object using the set fields. |
TaxInfo |
PaypalWallet.getTaxInfo()
Getter for TaxInfo.
|
TaxInfo |
PaypalWalletResponse.getTaxInfo()
Getter for TaxInfo.
|
TaxInfo |
Payer.getTaxInfo()
Getter for TaxInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaypalWallet.setTaxInfo(TaxInfo taxInfo)
Setter for TaxInfo.
|
void |
PaypalWalletResponse.setTaxInfo(TaxInfo taxInfo)
Setter for TaxInfo.
|
void |
Payer.setTaxInfo(TaxInfo taxInfo)
Setter for TaxInfo.
|
PaypalWallet.Builder |
PaypalWallet.Builder.taxInfo(TaxInfo taxInfo)
Setter for taxInfo.
|
PaypalWalletResponse.Builder |
PaypalWalletResponse.Builder.taxInfo(TaxInfo taxInfo)
Setter for taxInfo.
|
Payer.Builder |
Payer.Builder.taxInfo(TaxInfo taxInfo)
Setter for taxInfo.
|
| Constructor and Description |
|---|
Payer(String emailAddress,
String payerId,
Name name,
PhoneWithType phone,
String birthDate,
TaxInfo taxInfo,
Address address)
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.
|
Copyright © 2025. All rights reserved.