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

com.mercadopago.resources.preference.PreferenceReceiverAddress Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.resources.preference;

import com.mercadopago.resources.common.Address;
import lombok.Getter;

/** Shipping address. */
@Getter
public class PreferenceReceiverAddress extends Address {
  /** Country. */
  private String countryName;

  /** State. */
  private String stateName;

  /** Floor. */
  private String floor;

  /** Apartment. */
  private String apartment;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy