All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mercadopago.resources.order.OrderItem Maven / Gradle / Ivy

The newest version!
package com.mercadopago.resources.order;

import lombok.Getter;

// API version: acd67b14-97c4-4a4a-840d-0a018c09654f

/** OrderItem class. */
@Getter
public class OrderItem {

    /** Title of the item. */
    private String title;

    /** Unit price of the item. */
    private String unitPrice;

    /** Quantity of the item. */
    private Integer quantity;

    /** ID of the item. */
    private String id;

    /** Category ID of the item. */
    private String categoryId;

    /** Type of the item. */
    private String type;

    /** Description of the item. */
    private String description;

    /** Picture URL of the item. */
    private String pictureUrl;

    /** External Code of the item. */
    private String externalCode;

    /** Warranty of the item. */
    private Boolean warranty;

    /** Event date of the item. */
    private String eventDate;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy