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

com.mercadopago.client.order.OrderReceiverAddressRequest Maven / Gradle / Ivy

package com.mercadopago.client.order;

import lombok.Getter;

/** OrderReceiverAddressRequest class. */
@Getter
public class OrderReceiverAddressRequest {

    /** Street name. */
    private String streetName;

    /** Street number. */
    private String streetNumber;

    /** Zip code. */
    private String zipCode;

    /** City name. */
    private String cityName;

    /** State name. */
    private String stateName;

    /** Floor. */
    private String floor;

    /** Apartment. */
    private String apartment;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy