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

com.worldline.sips.model.CustomerAddress Maven / Gradle / Ivy

There is a newer version: 4.0.40
Show newest version
package com.worldline.sips.model;

import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;

@JsonPropertyOrder(alphabetic = true)
@JsonInclude(JsonInclude.Include.NON_NULL)
public class CustomerAddress extends Address {
    private String businessName;

    public String getBusinessName() {
        return businessName;
    }

    public void setBusinessName(String businessName) {
        this.businessName = businessName;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy