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