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

io.github.dft.ebay.model.order.transactions.Subtotal Maven / Gradle / Ivy

There is a newer version: 4.4.8
Show newest version
package io.github.dft.ebay.model.order.transactions;

import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlText;
import lombok.Data;

@Data
public class Subtotal {
    @JacksonXmlProperty(localName = "currencyID")
    private String currencyID;

    @JacksonXmlText
    private Double text;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy