
com.mercadopago.client.common.AddressRequest Maven / Gradle / Ivy
The newest version!
package com.mercadopago.client.common;
import lombok.Getter;
import lombok.experimental.SuperBuilder;
/** AddressRequest class. */
@Getter
@SuperBuilder
public class AddressRequest {
/** Zip code. */
private final String zipCode;
/** Street name. */
private final String streetName;
/** Street number. */
private final String streetNumber;
/** Neighborhood. */
private final String neighborhood;
/** City. */
private final String city;
/** State. */
private final String state;
/** Complement. */
private final String complement;
/** Floor. */
private final String floor;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy