Class ProcessorResponse
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.ProcessorResponse
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe address verification code for Visa, Discover, Mastercard, or American Express transactions.The card verification value code for for Visa, Discover, Mastercard, or American Express.The declined payment transactions might have payment advice codes.Processor response code for the non-PayPal payment processor errors.void
setAvsCode
(String avsCode) The address verification code for Visa, Discover, Mastercard, or American Express transactions.void
setCvvCode
(String cvvCode) The card verification value code for for Visa, Discover, Mastercard, or American Express.void
setPaymentAdviceCode
(String paymentAdviceCode) The declined payment transactions might have payment advice codes.void
setResponseCode
(String responseCode) Processor response code for the non-PayPal payment processor errors.
-
Constructor Details
-
ProcessorResponse
public ProcessorResponse()
-
-
Method Details
-
setAvsCode
The address verification code for Visa, Discover, Mastercard, or American Express transactions. -
setCvvCode
The card verification value code for for Visa, Discover, Mastercard, or American Express. -
setPaymentAdviceCode
The declined payment transactions might have payment advice codes. The card networks, like Visa and Mastercard, return payment advice codes. -
setResponseCode
Processor response code for the non-PayPal payment processor errors. -
getAvsCode
The address verification code for Visa, Discover, Mastercard, or American Express transactions. -
getCvvCode
The card verification value code for for Visa, Discover, Mastercard, or American Express. -
getPaymentAdviceCode
The declined payment transactions might have payment advice codes. The card networks, like Visa and Mastercard, return payment advice codes. -
getResponseCode
Processor response code for the non-PayPal payment processor errors.
-