/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; /** Response object for getting an RegisterInformationAddress */ export interface GetRegisterInformationAddressResponse { street?: string | null; complementary?: string | null; streetNumber?: string | null; neighborhood?: string | null; city?: string | null; state?: string | null; zipCode?: string | null; referencePoint?: string | null; } export declare const getRegisterInformationAddressResponseSchema: Schema;