/**
 * CyberSource Merged Spec
 * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
 *
 * OpenAPI spec version: 0.0.1
 *
 *
 * NOTE: This class is auto generated by the swagger code generator program.
 * https://github.com/swagger-api/swagger-codegen.git
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @interface RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationStandardAddressAddress1
 */
export interface RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationStandardAddressAddress1 {
    /**
     * First line of the standardized address, including apartment information.
     * @type {string}
     * @memberof RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationStandardAddressAddress1
     */
    withApartment?: string;
    /**
     * First line of the standardized address, without apartment information. Returned for U.S. and Canadian addresses.
     * @type {string}
     * @memberof RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationStandardAddressAddress1
     */
    withoutApartment?: string;
}
