Serialized Form
-
Package com.broadleafcommerce.payment.service.gateway.domain
-
Class com.broadleafcommerce.payment.service.gateway.domain.VerifoneErrorResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
int code
Error code. Defaults to 500. -
details
Map<String,Object> details
Additional error details. -
message
String message
Error message. -
reversalStatus
String reversalStatus
Enum: "NONE" "REQUIRED" "COMPLETED". Indicates to the API client if a technical reversal has been completed by Verifone. Defaults to "NONE" -
timestamp
Long timestamp
Error timestamp.
-
-
-
Package com.broadleafcommerce.payment.service.gateway.privider.exception
-
Class com.broadleafcommerce.payment.service.gateway.privider.exception.ProviderApiException extends RuntimeException implements Serializable
-
Serialized Fields
-
receivedException
org.springframework.web.reactive.function.client.WebClientResponseException receivedException
-
-
-
-
Package com.broadleafcommerce.payment.service.gateway.requestresponse.exception
-
Class com.broadleafcommerce.payment.service.gateway.requestresponse.exception.VerifoneRequestCreationException extends RuntimeException implements Serializable
-
Class com.broadleafcommerce.payment.service.gateway.requestresponse.exception.VerifoneRequestResponseTransformerNotFoundException extends RuntimeException implements Serializable
-
Class com.broadleafcommerce.payment.service.gateway.requestresponse.exception.VerifoneResponseInterpretationException extends RuntimeException implements Serializable
-
Serialized Fields
-
paymentResponse
com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse
-
-
-
Class com.broadleafcommerce.payment.service.gateway.requestresponse.exception.VerifoneStoredCredentialException extends RuntimeException implements Serializable
-
-
Package com.broadleafcommerce.vendor.verifone.service.domain
-
Class com.broadleafcommerce.vendor.verifone.service.domain.ChargeProcessingModelDetails extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.broadleafcommerce.vendor.verifone.service.domain.SignUpProcessingModelDetails extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.broadleafcommerce.vendor.verifone.service.domain.StoredCredentialsChargeRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
processingModelDetails
ChargeProcessingModelDetails processingModelDetails
-
reference
String reference
-
schemeReference
String schemeReference
-
storedCredentialType
String storedCredentialType
-
-
Class com.broadleafcommerce.vendor.verifone.service.domain.StoredCredentialsSignupRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.broadleafcommerce.vendor.verifone.service.domain.VerifonePaymentRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
paymentRequest
com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest
-
-