Uses of Class
com.mypurecloud.sdk.v2.model.PaymentLineItem
Packages that use PaymentLineItem
-
Uses of PaymentLineItem in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PaymentLineItemModifier and TypeMethodDescriptionThe display name for the item.The price of the item.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type PaymentLineItemModifier and TypeMethodDescriptionPaymentRequest.getLineItems()PaymentRequest.getShippingOptions()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type PaymentLineItemModifier and TypeMethodDescriptionPaymentRequest.lineItems(List<PaymentLineItem> lineItems) The items that make up the order.voidPaymentRequest.setLineItems(List<PaymentLineItem> lineItems) voidPaymentRequest.setShippingOptions(List<PaymentLineItem> shippingOptions) PaymentRequest.shippingOptions(List<PaymentLineItem> shippingOptions) The available shipping options.