Package com.mypurecloud.sdk.v2.model
Class ConversationContentPaymentResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentPaymentResponse
- All Implemented Interfaces:
Serializable
Payment response object representing the status of a payment transaction.
- 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.The status of the payment transaction.voidsetFailureReason(String failureReason) voidsetOriginatingMessageId(String originatingMessageId) voidtoString()
-
Constructor Details
-
ConversationContentPaymentResponse
public ConversationContentPaymentResponse() -
ConversationContentPaymentResponse
-
-
Method Details
-
originatingMessageId
Reference to the ID of the original payment request message this response is for. -
getOriginatingMessageId
-
setOriginatingMessageId
-
paymentStatus
public ConversationContentPaymentResponse paymentStatus(ConversationContentPaymentResponse.PaymentStatusEnum paymentStatus) The status of the payment transaction. -
getPaymentStatus
-
setPaymentStatus
-
failureReason
The reason the payment request failed. -
getFailureReason
-
setFailureReason
-
equals
-
hashCode
public int hashCode() -
toString
-