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

io.github.dft.ebay.model.order.AuthenticityVerification Maven / Gradle / Ivy

There is a newer version: 4.4.8
Show newest version
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