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. taxCategory(LineItem.TaxCategoryEnum taxCategory)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>CreatePaymentLinkRequest. getLineItems()Price and product information about the purchased items, to be included on the invoice sent to the shopper.List<LineItem>PaymentLinkResource. getLineItems()Price and product information about the purchased items, to be included on the invoice sent to the shopper.List<LineItem>PaymentSessionRequest. getLineItems()List<LineItem>PaymentSessionResponse. getLineItems()Line items that are required for some payment methods.List<LineItem>PaymentsRequest. getLineItems()Line items regarding the payment.Methods in com.adyen.model.checkout with parameters of type LineItem Modifier and Type Method Description CreateCheckoutSessionRequestCreateCheckoutSessionRequest. addLineItemsItem(LineItem lineItemsItem)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. addLineItemsItem(LineItem lineItemsItem)CreatePaymentLinkRequestCreatePaymentLinkRequest. addLineItemsItem(LineItem lineItemsItem)PaymentLinkResourcePaymentLinkResource. addLineItemsItem(LineItem lineItemsItem)PaymentSessionRequestPaymentSessionRequest. addLineItemsItem(LineItem lineItemsItem)PaymentSessionResponsePaymentSessionResponse. addLineItemsItem(LineItem lineItemsItem)PaymentsRequestPaymentsRequest. addLineItemsItem(LineItem lineItemsItem)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)CreatePaymentLinkRequestCreatePaymentLinkRequest. lineItems(List<LineItem> lineItems)PaymentLinkResourcePaymentLinkResource. 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)voidCreatePaymentLinkRequest. setLineItems(List<LineItem> lineItems)voidPaymentLinkResource. setLineItems(List<LineItem> lineItems)voidPaymentSessionRequest. setLineItems(List<LineItem> lineItems)voidPaymentSessionResponse. setLineItems(List<LineItem> lineItems)voidPaymentsRequest. setLineItems(List<LineItem> lineItems)
-