@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationStandardAddressAddress1 extends Object
| Constructor and Description |
|---|
RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationStandardAddressAddress1() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getWithApartment()
First line of the standardized address, including apartment information.
|
String |
getWithoutApartment()
First line of the standardized address, without apartment information.
|
int |
hashCode() |
void |
setWithApartment(String withApartment) |
void |
setWithoutApartment(String withoutApartment) |
String |
toString() |
RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationStandardAddressAddress1 |
withApartment(String withApartment) |
RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationStandardAddressAddress1 |
withoutApartment(String withoutApartment) |
public RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationStandardAddressAddress1()
public RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationStandardAddressAddress1 withApartment(String withApartment)
public String getWithApartment()
public void setWithApartment(String withApartment)
public RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationStandardAddressAddress1 withoutApartment(String withoutApartment)
public String getWithoutApartment()
public void setWithoutApartment(String withoutApartment)
Copyright © 2020. All rights reserved.