export interface PaymentAcceptanceSellerInformation {
    name?: string;
    store_name?: string;
    store_physical_address?: string;
    store_url?: string;
}
export declare namespace PaymentAcceptanceSellerInformation {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceSellerInformation.d.ts.map