Uses of Class
com.mypurecloud.sdk.v2.model.PaymentRequest
Packages that use PaymentRequest
-
Uses of PaymentRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PaymentRequestModifier and TypeMethodDescriptionPaymentRequest.countryCode(String countryCode) The merchant's two-letter ISO 3166 country code.PaymentRequest.currencyCode(String currencyCode) The three-letter ISO 4217 currency code for the payment.RecordingMessagingMessage.getPaymentRequest()PaymentRequest.lineItems(List<PaymentLineItem> lineItems) The items that make up the order.PaymentRequest.orderTotal(Double orderTotal) The total price of the order.PaymentRequest.paymentPlatform(PaymentRequest.PaymentPlatformEnum paymentPlatform) The payment platform being used (e.g.PaymentRequest.shippingOptions(List<PaymentLineItem> shippingOptions) The available shipping options.Methods in com.mypurecloud.sdk.v2.model with parameters of type PaymentRequestModifier and TypeMethodDescriptionRecordingMessagingMessage.paymentRequest(PaymentRequest paymentRequest) Payment request content.voidRecordingMessagingMessage.setPaymentRequest(PaymentRequest paymentRequest)