Package com.mypurecloud.sdk.v2.model
Class PaymentResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.PaymentResponse
- All Implemented Interfaces:
Serializable
PaymentResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the payment transaction. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfailureReason(String failureReason) The reason the payment request failed.inthashCode()originatingMessageId(String originatingMessageId) Reference to the ID of the original payment request message this response is for.paymentStatus(PaymentResponse.PaymentStatusEnum paymentStatus) The status of the payment transaction.voidsetFailureReason(String failureReason) voidsetOriginatingMessageId(String originatingMessageId) voidsetPaymentStatus(PaymentResponse.PaymentStatusEnum paymentStatus) toString()
-
Constructor Details
-
PaymentResponse
public PaymentResponse() -
PaymentResponse
-
-
Method Details
-
originatingMessageId
Reference to the ID of the original payment request message this response is for. -
getOriginatingMessageId
-
setOriginatingMessageId
-
paymentStatus
The status of the payment transaction. -
getPaymentStatus
-
setPaymentStatus
-
failureReason
The reason the payment request failed. -
getFailureReason
-
setFailureReason
-
equals
-
hashCode
public int hashCode() -
toString
-