| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static ProcessorResponseCode |
ProcessorResponseCode.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static ProcessorResponseCode |
ProcessorResponseCode.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
ProcessorResponseCode |
PaymentsProcessorResponse.getResponseCode()
Getter for ResponseCode.
|
ProcessorResponseCode |
ProcessorResponse.getResponseCode()
Getter for ResponseCode.
|
static ProcessorResponseCode |
ProcessorResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessorResponseCode[] |
ProcessorResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentsProcessorResponse.Builder |
PaymentsProcessorResponse.Builder.responseCode(ProcessorResponseCode responseCode)
Setter for responseCode.
|
ProcessorResponse.Builder |
ProcessorResponse.Builder.responseCode(ProcessorResponseCode responseCode)
Setter for responseCode.
|
void |
PaymentsProcessorResponse.setResponseCode(ProcessorResponseCode responseCode)
Setter for ResponseCode.
|
void |
ProcessorResponse.setResponseCode(ProcessorResponseCode responseCode)
Setter for ResponseCode.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ProcessorResponseCode.toValue(List<ProcessorResponseCode> toConvert)
Convert list of ProcessorResponseCode values to list of string values.
|
| Constructor and Description |
|---|
PaymentsProcessorResponse(AvsCode avsCode,
CvvCode cvvCode,
ProcessorResponseCode responseCode,
PaymentsPaymentAdviceCode paymentAdviceCode)
Initialization constructor.
|
ProcessorResponse(AvsCode avsCode,
CvvCode cvvCode,
ProcessorResponseCode responseCode,
PaymentAdviceCode paymentAdviceCode)
Initialization constructor.
|
Copyright © 2025. All rights reserved.