| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static RefundStatus |
RefundStatus.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static RefundStatus |
RefundStatus.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
RefundStatus |
RefundStatusWithDetails.getStatus()
Getter for Status.
|
RefundStatus |
Refund.getStatus()
Getter for Status.
|
static RefundStatus |
RefundStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefundStatus[] |
RefundStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RefundStatusWithDetails.setStatus(RefundStatus status)
Setter for Status.
|
void |
Refund.setStatus(RefundStatus status)
Setter for Status.
|
RefundStatusWithDetails.Builder |
RefundStatusWithDetails.Builder.status(RefundStatus status)
Setter for status.
|
Refund.Builder |
Refund.Builder.status(RefundStatus status)
Setter for status.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
RefundStatus.toValue(List<RefundStatus> toConvert)
Convert list of RefundStatus values to list of string values.
|
| Constructor and Description |
|---|
Refund(RefundStatus status,
RefundStatusDetails statusDetails,
String id,
Money amount,
String invoiceId,
String customId,
String acquirerReferenceNumber,
String noteToPayer,
SellerPayableBreakdown sellerPayableBreakdown,
PayeeBase payer,
List<LinkDescription> links,
String createTime,
String updateTime)
Initialization constructor.
|
RefundStatusWithDetails(RefundStatus status,
RefundStatusDetails statusDetails)
Initialization constructor.
|
Copyright © 2025. All rights reserved.