![JAR search and dependency download from the Maven repository](/logo.png)
io.github.dft.ebay.model.order.AuthenticityVerification 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;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import lombok.Data;
@Data
public class AuthenticityVerification {
@JacksonXmlProperty(localName = "OutcomeReason")
private String outcomeReason;
@JacksonXmlProperty(localName = "ServiceCost")
private ServiceCost serviceCost;
@JacksonXmlProperty(localName = "Status")
private String status;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy