export interface IConfirmBillingAgreementRequest {
    AmazonBillingAgreementId: string;
}
