export interface ICloseBillingAgreementRequest {
    AmazonBillingAgreementId: string;
    ClosureReason?: string;
}
