export interface ISellerBillingAgreementAttributes {
    SellerBillingAgreementId: string;
    StoreName: string;
    CustomInformation: string;
}
