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