/** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { BusinessRecipientAddressObject } from "./business-recipient-address-object"; /** * * @export * @interface ListBusinessRecipientAddressesResponse */ export interface ListBusinessRecipientAddressesResponse { /** * * @type {Array} * @memberof ListBusinessRecipientAddressesResponse */ data?: Array; }