![JAR search and dependency download from the Maven repository](/logo.png)
io.github.dft.ebay.model.order.transactions.Subtotal Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ebay-trading-api Show documentation
Show all versions of ebay-trading-api Show documentation
Ebay trading XML API using JDK 11 and Reactive Programming
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