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

io.github.dft.ebay.model.order.BuyerInfo 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 BuyerInfo {

    @JacksonXmlProperty(localName = "BuyerTaxIdentifier")
    private BuyerTaxIdentifier buyerTaxIdentifier;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy