import { PaymentAcceptanceSellerAdditionalInfo } from './paymentAcceptanceSellerAdditionalInfo';
import { PaymentAcceptanceSellerBusinessInfo } from './paymentAcceptanceSellerBusinessInfo';
export interface PaymentAcceptanceSeller {
    additional_info?: PaymentAcceptanceSellerAdditionalInfo;
    business_info?: PaymentAcceptanceSellerBusinessInfo;
    identifier?: string;
    name?: string;
}
export declare namespace PaymentAcceptanceSeller {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceSeller.d.ts.map