Uses of Class
com.adyen.model.checkout.LineItem
-
Packages that use LineItem Package Description com.adyen.model.checkout -
-
Uses of LineItem in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return LineItem Modifier and Type Method Description LineItemLineItem. amountExcludingTax(Long amountExcludingTax)LineItemLineItem. amountIncludingTax(Long amountIncludingTax)LineItemLineItem. brand(String brand)LineItemLineItem. color(String color)LineItemLineItem. description(String description)static LineItemLineItem. fromJson(String jsonString)Create an instance of LineItem given an JSON stringLineItemLineItem. id(String id)LineItemLineItem. imageUrl(String imageUrl)LineItemLineItem. itemCategory(String itemCategory)LineItemLineItem. manufacturer(String manufacturer)LineItemLineItem. marketplaceSellerId(String marketplaceSellerId)LineItemLineItem. productUrl(String productUrl)LineItemLineItem. quantity(Long quantity)LineItemLineItem. receiverEmail(String receiverEmail)LineItemLineItem. size(String size)LineItemLineItem. sku(String sku)LineItemLineItem. taxAmount(Long taxAmount)LineItemLineItem. taxPercentage(Long taxPercentage)LineItemLineItem. upc(String upc)Methods in com.adyen.model.checkout that return types with arguments of type LineItem Modifier and Type Method Description List<LineItem>CreateCheckoutSessionRequest. getLineItems()Price and product information about the purchased items, to be included on the invoice sent to the shopper.List<LineItem>CreateCheckoutSessionResponse. getLineItems()Price and product information about the purchased items, to be included on the invoice sent to the shopper.List<LineItem>DonationPaymentRequest. getLineItems()Price and product information about the purchased items, to be included on the invoice sent to the shopper.List<LineItem>PaymentAmountUpdateRequest. getLineItems()Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).List<LineItem>PaymentAmountUpdateResponse. getLineItems()Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).List<LineItem>PaymentCaptureRequest. getLineItems()Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).List<LineItem>PaymentCaptureResponse. getLineItems()Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).List<LineItem>PaymentLinkRequest. getLineItems()Price and product information about the purchased items, to be included on the invoice sent to the shopper.List<LineItem>PaymentLinkResponse. getLineItems()Price and product information about the purchased items, to be included on the invoice sent to the shopper.List<LineItem>PaymentRefundRequest. getLineItems()Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).List<LineItem>PaymentRefundResponse. getLineItems()Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).List<LineItem>PaymentRequest. getLineItems()Price and product information about the purchased items, to be included on the invoice sent to the shopper.List<LineItem>PaymentSetupRequest. getLineItems()Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).Method parameters in com.adyen.model.checkout with type arguments of type LineItem Modifier and Type Method Description CreateCheckoutSessionRequestCreateCheckoutSessionRequest. lineItems(List<LineItem> lineItems)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. lineItems(List<LineItem> lineItems)DonationPaymentRequestDonationPaymentRequest. lineItems(List<LineItem> lineItems)PaymentAmountUpdateRequestPaymentAmountUpdateRequest. lineItems(List<LineItem> lineItems)PaymentAmountUpdateResponsePaymentAmountUpdateResponse. lineItems(List<LineItem> lineItems)PaymentCaptureRequestPaymentCaptureRequest. lineItems(List<LineItem> lineItems)PaymentCaptureResponsePaymentCaptureResponse. lineItems(List<LineItem> lineItems)PaymentLinkRequestPaymentLinkRequest. lineItems(List<LineItem> lineItems)PaymentLinkResponsePaymentLinkResponse. lineItems(List<LineItem> lineItems)PaymentRefundRequestPaymentRefundRequest. lineItems(List<LineItem> lineItems)PaymentRefundResponsePaymentRefundResponse. lineItems(List<LineItem> lineItems)PaymentRequestPaymentRequest. lineItems(List<LineItem> lineItems)PaymentSetupRequestPaymentSetupRequest. lineItems(List<LineItem> lineItems)voidCreateCheckoutSessionRequest. setLineItems(List<LineItem> lineItems)Price and product information about the purchased items, to be included on the invoice sent to the shopper.voidCreateCheckoutSessionResponse. setLineItems(List<LineItem> lineItems)Price and product information about the purchased items, to be included on the invoice sent to the shopper.voidDonationPaymentRequest. setLineItems(List<LineItem> lineItems)Price and product information about the purchased items, to be included on the invoice sent to the shopper.voidPaymentAmountUpdateRequest. setLineItems(List<LineItem> lineItems)Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).voidPaymentAmountUpdateResponse. setLineItems(List<LineItem> lineItems)Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).voidPaymentCaptureRequest. setLineItems(List<LineItem> lineItems)Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).voidPaymentCaptureResponse. setLineItems(List<LineItem> lineItems)Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).voidPaymentLinkRequest. setLineItems(List<LineItem> lineItems)Price and product information about the purchased items, to be included on the invoice sent to the shopper.voidPaymentLinkResponse. setLineItems(List<LineItem> lineItems)Price and product information about the purchased items, to be included on the invoice sent to the shopper.voidPaymentRefundRequest. setLineItems(List<LineItem> lineItems)Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).voidPaymentRefundResponse. setLineItems(List<LineItem> lineItems)Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).voidPaymentRequest. setLineItems(List<LineItem> lineItems)Price and product information about the purchased items, to be included on the invoice sent to the shopper.voidPaymentSetupRequest. setLineItems(List<LineItem> lineItems)Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).
-