| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static TaxIdType |
TaxIdType.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static TaxIdType |
TaxIdType.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
TaxIdType |
TaxInfo.getTaxIdType()
Getter for TaxIdType.
|
static TaxIdType |
TaxIdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxIdType[] |
TaxIdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaxInfo.setTaxIdType(TaxIdType taxIdType)
Setter for TaxIdType.
|
TaxInfo.Builder |
TaxInfo.Builder.taxIdType(TaxIdType taxIdType)
Setter for taxIdType.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
TaxIdType.toValue(List<TaxIdType> toConvert)
Convert list of TaxIdType values to list of string values.
|
| Constructor and Description |
|---|
Builder(String taxId,
TaxIdType taxIdType)
Initialization constructor.
|
TaxInfo(String taxId,
TaxIdType taxIdType)
Initialization constructor.
|
Copyright © 2025. All rights reserved.