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

com.stripe.model.Address Maven / Gradle / Ivy

package com.stripe.model;

import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import lombok.experimental.Accessors;

@Getter
@Setter
@Accessors(chain = true)
@EqualsAndHashCode(callSuper = false)
public final class Address extends StripeObject {
  protected String city;
  protected String country;
  protected String line1;
  protected String line2;
  protected String postalCode;
  protected String state;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy