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. description(String description)LineItemLineItem. id(String id)LineItemLineItem. imageUrl(String imageUrl)LineItemLineItem. productUrl(String productUrl)LineItemLineItem. quantity(Long quantity)LineItemLineItem. taxAmount(Long taxAmount)LineItemLineItem. taxPercentage(Long taxPercentage)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>CreatePaymentCaptureRequest. getLineItems()Price and product information of the captured items, required for [partial captures](https://docs.adyen.com/online-payments/capture#partial-capture).List<LineItem>CreatePaymentLinkRequest. getLineItems()Price and product information about the purchased items, to be included on the invoice sent to the shopper.List<LineItem>CreatePaymentRefundRequest. 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>PaymentCaptureResource. getLineItems()Price and product information of the captured items, required for [partial captures](https://docs.adyen.com/online-payments/capture#partial-capture).List<LineItem>PaymentLinkResource. getLineItems()Price and product information about the purchased items, to be included on the invoice sent to the shopper.List<LineItem>PaymentRefundResource. 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>PaymentSessionRequest. getLineItems()List<LineItem>PaymentSessionResponse. getLineItems()Line items that are required for some payment methods.List<LineItem>PaymentsRequest. getLineItems()Price and product information about the purchased items, to be included on the invoice sent to the shopper.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)CreatePaymentCaptureRequestCreatePaymentCaptureRequest. lineItems(List<LineItem> lineItems)CreatePaymentLinkRequestCreatePaymentLinkRequest. lineItems(List<LineItem> lineItems)PaymentCaptureResourcePaymentCaptureResource. lineItems(List<LineItem> lineItems)PaymentLinkResourcePaymentLinkResource. lineItems(List<LineItem> lineItems)PaymentRefundResourcePaymentRefundResource. lineItems(List<LineItem> lineItems)PaymentSessionRequestPaymentSessionRequest. lineItems(List<LineItem> lineItems)PaymentSessionResponsePaymentSessionResponse. lineItems(List<LineItem> lineItems)PaymentsRequestPaymentsRequest. lineItems(List<LineItem> lineItems)voidCreateCheckoutSessionRequest. setLineItems(List<LineItem> lineItems)voidCreateCheckoutSessionResponse. setLineItems(List<LineItem> lineItems)voidCreatePaymentCaptureRequest. setLineItems(List<LineItem> lineItems)voidCreatePaymentLinkRequest. setLineItems(List<LineItem> lineItems)voidCreatePaymentRefundRequest. setLineItems(List<LineItem> lineItems)voidPaymentCaptureResource. setLineItems(List<LineItem> lineItems)voidPaymentLinkResource. setLineItems(List<LineItem> lineItems)voidPaymentRefundResource. setLineItems(List<LineItem> lineItems)voidPaymentSessionRequest. setLineItems(List<LineItem> lineItems)voidPaymentSessionResponse. setLineItems(List<LineItem> lineItems)voidPaymentsRequest. setLineItems(List<LineItem> lineItems)
-