Uses of Class
com.mypurecloud.sdk.v2.model.PaymentResponse
Packages that use PaymentResponse
-
Uses of PaymentResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PaymentResponseModifier and TypeMethodDescriptionPaymentResponse.failureReason(String failureReason) The reason the payment request failed.RecordingMessagingMessage.getPaymentResponse()PaymentResponse.originatingMessageId(String originatingMessageId) Reference to the ID of the original payment request message this response is for.PaymentResponse.paymentStatus(PaymentResponse.PaymentStatusEnum paymentStatus) The status of the payment transaction.Methods in com.mypurecloud.sdk.v2.model with parameters of type PaymentResponseModifier and TypeMethodDescriptionRecordingMessagingMessage.paymentResponse(PaymentResponse paymentResponse) Payment response content.voidRecordingMessagingMessage.setPaymentResponse(PaymentResponse paymentResponse)