Class UpdateGatewayPaymentRequest
java.lang.Object
com.broadleafcommerce.paymentgateway.domain.UpdateGatewayPaymentRequest
- All Implemented Interfaces:
Serializable
Request object used to update the payment gateway's representation of the payment.
- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Generic map used to pass parameters specifically used to update the gateway's representation of the payment.Information about the PaymentTransactionServices Payment representation.int
hashCode()
void
setGatewayUpdateParams
(Map<String, Object> gatewayUpdateParams) Generic map used to pass parameters specifically used to update the gateway's representation of the payment.void
setPaymentInfo
(PaymentInfo paymentInfo) Information about the PaymentTransactionServices Payment representation.toString()
-
Constructor Details
-
UpdateGatewayPaymentRequest
public UpdateGatewayPaymentRequest()
-
-
Method Details
-
getGatewayUpdateParam
-
getPaymentType
-
getPaymentInfo
Information about the PaymentTransactionServices Payment representation.- Returns:
- Information about the PaymentTransactionServices Payment representation.
-
getGatewayUpdateParams
Generic map used to pass parameters specifically used to update the gateway's representation of the payment.- Returns:
- Generic map used to pass parameters specifically used to update the gateway's representation of the payment.
-
setPaymentInfo
Information about the PaymentTransactionServices Payment representation.- Parameters:
paymentInfo
- Information about the PaymentTransactionServices Payment representation.
-
setGatewayUpdateParams
Generic map used to pass parameters specifically used to update the gateway's representation of the payment.- Parameters:
gatewayUpdateParams
- Generic map used to pass parameters specifically used to update the gateway's representation of the payment.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-